Shades of Lavender Blue #CED4F9
Tints of Lavender Blue #CED4F9
RGB
CMYK
RGB Variations
Color information
#CED4F9 (or 0xCED4F9) is known color: Lavender Blue. HEX triplet: CE, D4 and F9. RGB value is (206,212,249). Sum of RGB (Red+Green+Blue) = 206+212+249=667 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.88% from 667); Green value is 212 (83.20% from 255 or 31.78% from 667); Blue value is 249 (97.66% from 255 or 37.33% from 667); Max value from RGB is 249 - color contains mainly: blue. Hex color #CED4F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED4F9 is #312B06. Grayscale: #D6D6D6. Windows color (decimal): -3222279 or 16372942. OLE color: 16372942.
HSL color Cylindrical-coordinate representation of color #CED4F9: hue angle of 231.63º degrees, saturation: 0.78, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CED4F9 is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 206 | 212 | 249 | - |
CMYK | 0.17 | 0.15 | 0 | 0.02 |
HSL | 231.63º | 0.78% | 0.89% | - |
HSV(B) | 231.63º | 0.17% | 0.98% | - |
XYZ | 66.1 | 67.05 | 99.08 | - |
YUV | 214.42 | 147.51 | 121.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 212 | 249 | 0.17 | 0.15 | 0 | 0.02 | 231.63 | 0.78 | 0.89 |
Hex | CE | D4 | F9 | 11 | F | 0 | 2 | E8 | 4E | 59 |
Octal | 316 | 324 | 371 | 21 | 17 | 0 | 2 | 350 | 116 | 131 |
Binary | 11001110 | 11010100 | 11111001 | 10001 | 1111 | 0 | 10 | 11101000 | 1001110 | 1011001 |
Color Harmonies of #CED4F9
Complementary color
Monochromatic Colors of #CED4F9
Black with #CED4F9
Text Example
Text Example
White with #CED4F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED4F9; }
p { color: rgb(206,212,249); }
H1.HeaderClassName
{
color: #CED4F9;
}
.AnyTagClassName
{
color: #CED4F9;
}
</style>
background-color css
<style>
a { background-color: #CED4F9; }
a { background-color: rgb(206,212,249); }
div.DivClassName
{
background-color: #CED4F9;
}
.BgClassName
{
background-color: #CED4F9;
}
</style>
border-color css
<style>
span { border-color: #CED4F9; }
span { border-color: rgb(206,212,249); }
td.TdClassName
{
border-color: #CED4F9;
}
.TagClassName
{
border-color: #CED4F9;
}
</style>