Shades of Lavender Blue #CED2FD
Tints of Lavender Blue #CED2FD
RGB
CMYK
RGB Variations
Color information
#CED2FD (or 0xCED2FD) is known color: Lavender Blue. HEX triplet: CE, D2 and FD. RGB value is (206,210,253). Sum of RGB (Red+Green+Blue) = 206+210+253=669 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.79% from 669); Green value is 210 (82.42% from 255 or 31.39% from 669); Blue value is 253 (99.22% from 255 or 37.82% from 669); Max value from RGB is 253 - color contains mainly: blue. Hex color #CED2FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED2FD is #312D02. Grayscale: #D5D5D5. Windows color (decimal): -3222787 or 16634574. OLE color: 16634574.
HSL color Cylindrical-coordinate representation of color #CED2FD: hue angle of 234.89º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CED2FD is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 206 | 210 | 253 | - |
CMYK | 0.19 | 0.17 | 0 | 0.01 |
HSL | 234.89º | 0.92% | 0.9% | - |
HSV(B) | 234.89º | 0.19% | 0.99% | - |
XYZ | 66.23 | 66.31 | 102.24 | - |
YUV | 213.71 | 150.17 | 122.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 210 | 253 | 0.19 | 0.17 | 0 | 0.01 | 234.89 | 0.92 | 0.9 |
Hex | CE | D2 | FD | 13 | 11 | 0 | 1 | EB | 5C | 5A |
Octal | 316 | 322 | 375 | 23 | 21 | 0 | 1 | 353 | 134 | 132 |
Binary | 11001110 | 11010010 | 11111101 | 10011 | 10001 | 0 | 1 | 11101011 | 1011100 | 1011010 |
Color Harmonies of #CED2FD
Complementary color
Monochromatic Colors of #CED2FD
Black with #CED2FD
Text Example
Text Example
White with #CED2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED2FD; }
p { color: rgb(206,210,253); }
H1.HeaderClassName
{
color: #CED2FD;
}
.AnyTagClassName
{
color: #CED2FD;
}
</style>
background-color css
<style>
a { background-color: #CED2FD; }
a { background-color: rgb(206,210,253); }
div.DivClassName
{
background-color: #CED2FD;
}
.BgClassName
{
background-color: #CED2FD;
}
</style>
border-color css
<style>
span { border-color: #CED2FD; }
span { border-color: rgb(206,210,253); }
td.TdClassName
{
border-color: #CED2FD;
}
.TagClassName
{
border-color: #CED2FD;
}
</style>