Shades of Lavender Blue #CED4FC
Tints of Lavender Blue #CED4FC
RGB
CMYK
RGB Variations
Color information
#CED4FC (or 0xCED4FC) is known color: Lavender Blue. HEX triplet: CE, D4 and FC. RGB value is (206,212,252). Sum of RGB (Red+Green+Blue) = 206+212+252=670 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.75% from 670); Green value is 212 (83.20% from 255 or 31.64% from 670); Blue value is 252 (98.83% from 255 or 37.61% from 670); Max value from RGB is 252 - color contains mainly: blue. Hex color #CED4FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED4FC is #312B03. Grayscale: #D6D6D6. Windows color (decimal): -3222276 or 16569550. OLE color: 16569550.
HSL color Cylindrical-coordinate representation of color #CED4FC: hue angle of 232.17º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CED4FC is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 206 | 212 | 252 | - |
CMYK | 0.18 | 0.16 | 0 | 0.01 |
HSL | 232.17º | 0.88% | 0.9% | - |
HSV(B) | 232.17º | 0.18% | 0.99% | - |
XYZ | 66.57 | 67.24 | 101.57 | - |
YUV | 214.77 | 149.01 | 121.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 212 | 252 | 0.18 | 0.16 | 0 | 0.01 | 232.17 | 0.88 | 0.9 |
Hex | CE | D4 | FC | 12 | 10 | 0 | 1 | E8 | 58 | 5A |
Octal | 316 | 324 | 374 | 22 | 20 | 0 | 1 | 350 | 130 | 132 |
Binary | 11001110 | 11010100 | 11111100 | 10010 | 10000 | 0 | 1 | 11101000 | 1011000 | 1011010 |
Color Harmonies of #CED4FC
Complementary color
Monochromatic Colors of #CED4FC
Black with #CED4FC
Text Example
Text Example
White with #CED4FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED4FC; }
p { color: rgb(206,212,252); }
H1.HeaderClassName
{
color: #CED4FC;
}
.AnyTagClassName
{
color: #CED4FC;
}
</style>
background-color css
<style>
a { background-color: #CED4FC; }
a { background-color: rgb(206,212,252); }
div.DivClassName
{
background-color: #CED4FC;
}
.BgClassName
{
background-color: #CED4FC;
}
</style>
border-color css
<style>
span { border-color: #CED4FC; }
span { border-color: rgb(206,212,252); }
td.TdClassName
{
border-color: #CED4FC;
}
.TagClassName
{
border-color: #CED4FC;
}
</style>