Shades of Lavender Blue #CDCEFC
Tints of Lavender Blue #CDCEFC
RGB
CMYK
RGB Variations
Color information
#CDCEFC (or 0xCDCEFC) is known color: Lavender Blue. HEX triplet: CD, CE and FC. RGB value is (205,206,252). Sum of RGB (Red+Green+Blue) = 205+206+252=663 (87% of max value = 765). Red value is 205 (80.47% from 255 or 30.92% from 663); Green value is 206 (80.86% from 255 or 31.07% from 663); Blue value is 252 (98.83% from 255 or 38.01% from 663); Max value from RGB is 252 - color contains mainly: blue. Hex color #CDCEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDCEFC is #323103. Grayscale: #D2D2D2. Windows color (decimal): -3289348 or 16568013. OLE color: 16568013.
HSL color Cylindrical-coordinate representation of color #CDCEFC: hue angle of 238.72º degrees, saturation: 0.89, 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 #CDCEFC is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 205 | 206 | 252 | - |
| CMYK | 0.19 | 0.18 | 0 | 0.01 |
| HSL | 238.72º | 0.89% | 0.9% | - |
| HSV(B) | 238.72º | 0.19% | 0.99% | - |
| XYZ | 64.82 | 64.15 | 101.06 | - |
| YUV | 210.95 | 151.17 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 206 | 252 | 0.19 | 0.18 | 0 | 0.01 | 238.72 | 0.89 | 0.9 |
| Hex | CD | CE | FC | 13 | 12 | 0 | 1 | EF | 59 | 5A |
| Octal | 315 | 316 | 374 | 23 | 22 | 0 | 1 | 357 | 131 | 132 |
| Binary | 11001101 | 11001110 | 11111100 | 10011 | 10010 | 0 | 1 | 11101111 | 1011001 | 1011010 |
Color Harmonies of #CDCEFC
Complementary color
Monochromatic Colors of #CDCEFC
Black with #CDCEFC
Text Example
Text Example
White with #CDCEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCEFC; }
p { color: rgb(205,206,252); }
H1.HeaderClassName
{
color: #CDCEFC;
}
.AnyTagClassName
{
color: #CDCEFC;
}
</style>
background-color css
<style>
a { background-color: #CDCEFC; }
a { background-color: rgb(205,206,252); }
div.DivClassName
{
background-color: #CDCEFC;
}
.BgClassName
{
background-color: #CDCEFC;
}
</style>
border-color css
<style>
span { border-color: #CDCEFC; }
span { border-color: rgb(205,206,252); }
td.TdClassName
{
border-color: #CDCEFC;
}
.TagClassName
{
border-color: #CDCEFC;
}
</style>