Color spaces of #dedffb
RGB | 222 | 223 | 251 |
---|---|---|---|
HSL | 0.66 | 0.78 | 0.93 |
HSV | 238° | 12° | 98° |
CMYK | 0.12 | 0.11 | 0.00 0.02 |
XYZ | 73.9245 | 75.2700 | 101.8991 |
Yxy | 75.2700 | 0.2944 | 0.2998 |
Hunter Lab | 86.7583 | 0.2683 | -8.9063 |
CIE-Lab | 89.5193 | 4.9941 | -13.6992 |
#dedffb color RGB value is (222,223,251).
#dedffb hex color red value is 222, green value is 223 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #dedffb hue: 0.66 , saturation: 0.78 and the lightness value of dedffb is 0.93.
The process color (four color CMYK) of #dedffb color hex is 0.12, 0.11, 0.00, 0.02. Web safe color of #dedffb is #ccccff. Color #dedffb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 11011111 | 11111011 |
Octal | 336 | 337 | 373 |
Decimal | 222 | 223 | 251 |
Hex | DE | DF | FB |
Shades of #dedffb
Tints of #dedffb
RGB Percentages of Color #dedffb
CMYK Percentages of Color #dedffb
Complementary Color
#dedffb | #fbfade |
#dedffb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dedffb Color Preview on White Background
Lorem ipsum dolor sit amet.
#dedffb Color CSS Codes
.mybgcolor {background-color:#dedffb; } .myforecolor {color:#dedffb; } .mybordercolor {border:3px solid #dedffb; }
#dedffb Text Font Color
<p style="color:#dedffb">Text here</p>
This sample text font color is #dedffb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#dedffb Background Color
<div style="background-color:#dedffb">
Div content here</div>
This div background color is #dedffb
#dedffb Border Color
<div style="border:3px solid #dedffb">
Div here</div>
This div border color is #dedffb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,223,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dedffb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dedffb; -webkit-box-shadow: 1px 1px 3px 2px #dedffb; box-shadow: 1px 1px 3px 2px #dedffb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,223,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dedffb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dedffb; -webkit-box-shadow: 1px 1px 3px 2px #dedffb; box-shadow: 1px 1px 3px 2px #dedffb;">
Div content here</div>
This div box has shadow with color #dedffb
#dedffb Color Palettes
Comments
No comments written yet.
Please login to write comment.