Shades of Lavender Blue #CED0FF
Tints of Lavender Blue #CED0FF
RGB
CMYK
RGB Variations
Color information
#CED0FF (or 0xCED0FF) is known color: Lavender Blue. HEX triplet: CE, D0 and FF. RGB value is (206,208,255). Sum of RGB (Red+Green+Blue) = 206+208+255=669 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.79% from 669); Green value is 208 (81.64% from 255 or 31.09% from 669); Blue value is 255 (100% from 255 or 38.12% from 669); Max value from RGB is 255 - color contains mainly: blue. Hex color #CED0FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED0FF is #312F00. Grayscale: #D4D4D4. Windows color (decimal): -3223297 or 16765134. OLE color: 16765134.
HSL color Cylindrical-coordinate representation of color #CED0FF: hue angle of 237.55º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CED0FF is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 206 | 208 | 255 | - |
CMYK | 0.19 | 0.18 | 0 | 0 |
HSL | 237.55º | 1% | 0.9% | - |
HSV(B) | 237.55º | 0.19% | 1% | - |
XYZ | 66.06 | 65.45 | 103.76 | - |
YUV | 212.76 | 151.84 | 123.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 208 | 255 | 0.19 | 0.18 | 0 | 0 | 237.55 | 1 | 0.9 |
Hex | CE | D0 | FF | 13 | 12 | 0 | 0 | EE | 64 | 5A |
Octal | 316 | 320 | 377 | 23 | 22 | 0 | 0 | 356 | 144 | 132 |
Binary | 11001110 | 11010000 | 11111111 | 10011 | 10010 | 0 | 0 | 11101110 | 1100100 | 1011010 |
Color Harmonies of #CED0FF
Complementary color
Monochromatic Colors of #CED0FF
Black with #CED0FF
Text Example
Text Example
White with #CED0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED0FF; }
p { color: rgb(206,208,255); }
H1.HeaderClassName
{
color: #CED0FF;
}
.AnyTagClassName
{
color: #CED0FF;
}
</style>
background-color css
<style>
a { background-color: #CED0FF; }
a { background-color: rgb(206,208,255); }
div.DivClassName
{
background-color: #CED0FF;
}
.BgClassName
{
background-color: #CED0FF;
}
</style>
border-color css
<style>
span { border-color: #CED0FF; }
span { border-color: rgb(206,208,255); }
td.TdClassName
{
border-color: #CED0FF;
}
.TagClassName
{
border-color: #CED0FF;
}
</style>