Shades of Lavender Blue #CDCEFF
Tints of Lavender Blue #CDCEFF
RGB
CMYK
RGB Variations
Color information
#CDCEFF (or 0xCDCEFF) is known color: Lavender Blue. HEX triplet: CD, CE and FF. RGB value is (205,206,255). Sum of RGB (Red+Green+Blue) = 205+206+255=666 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.78% from 666); Green value is 206 (80.86% from 255 or 30.93% from 666); Blue value is 255 (100% from 255 or 38.29% from 666); Max value from RGB is 255 - color contains mainly: blue. Hex color #CDCEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDCEFF is #323100. Grayscale: #D3D3D3. Windows color (decimal): -3289345 or 16764621. OLE color: 16764621.
HSL color Cylindrical-coordinate representation of color #CDCEFF: hue angle of 238.8º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDCEFF is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 206 | 255 | - |
| CMYK | 0.20 | 0.19 | 0 | 0 |
| HSL | 238.8º | 1% | 0.9% | - |
| HSV(B) | 238.8º | 0.2% | 1% | - |
| XYZ | 65.3 | 64.34 | 103.59 | - |
| YUV | 211.29 | 152.67 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 206 | 255 | 0.20 | 0.19 | 0 | 0 | 238.8 | 1 | 0.9 |
| Hex | CD | CE | FF | 14 | 13 | 0 | 0 | EF | 64 | 5A |
| Octal | 315 | 316 | 377 | 24 | 23 | 0 | 0 | 357 | 144 | 132 |
| Binary | 11001101 | 11001110 | 11111111 | 10100 | 10011 | 0 | 0 | 11101111 | 1100100 | 1011010 |
Color Harmonies of #CDCEFF
Complementary color
Monochromatic Colors of #CDCEFF
Black with #CDCEFF
Text Example
Text Example
White with #CDCEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCEFF; }
p { color: rgb(205,206,255); }
H1.HeaderClassName
{
color: #CDCEFF;
}
.AnyTagClassName
{
color: #CDCEFF;
}
</style>
background-color css
<style>
a { background-color: #CDCEFF; }
a { background-color: rgb(205,206,255); }
div.DivClassName
{
background-color: #CDCEFF;
}
.BgClassName
{
background-color: #CDCEFF;
}
</style>
border-color css
<style>
span { border-color: #CDCEFF; }
span { border-color: rgb(205,206,255); }
td.TdClassName
{
border-color: #CDCEFF;
}
.TagClassName
{
border-color: #CDCEFF;
}
</style>