Shades of Lavender Blue #CCD6FE
Tints of Lavender Blue #CCD6FE
RGB
CMYK
RGB Variations
Color information
#CCD6FE (or 0xCCD6FE) is known color: Lavender Blue. HEX triplet: CC, D6 and FE. RGB value is (204,214,254). Sum of RGB (Red+Green+Blue) = 204+214+254=672 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.36% from 672); Green value is 214 (83.98% from 255 or 31.85% from 672); Blue value is 254 (99.61% from 255 or 37.80% from 672); Max value from RGB is 254 - color contains mainly: blue. Hex color #CCD6FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD6FE is #332901. Grayscale: #D7D7D7. Windows color (decimal): -3352834 or 16701132. OLE color: 16701132.
HSL color Cylindrical-coordinate representation of color #CCD6FE: hue angle of 228º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCD6FE is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 214 | 254 | - |
| CMYK | 0.20 | 0.16 | 0 | 0.00 |
| HSL | 228º | 0.96% | 0.9% | - |
| HSV(B) | 228º | 0.2% | 1% | - |
| XYZ | 66.84 | 68.09 | 103.39 | - |
| YUV | 215.57 | 149.69 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 214 | 254 | 0.20 | 0.16 | 0 | 0.00 | 228 | 0.96 | 0.9 |
| Hex | CC | D6 | FE | 14 | 10 | 0 | 0 | E4 | 60 | 5A |
| Octal | 314 | 326 | 376 | 24 | 20 | 0 | 0 | 344 | 140 | 132 |
| Binary | 11001100 | 11010110 | 11111110 | 10100 | 10000 | 0 | 0 | 11100100 | 1100000 | 1011010 |
Color Harmonies of #CCD6FE
Complementary color
Monochromatic Colors of #CCD6FE
Black with #CCD6FE
Text Example
Text Example
White with #CCD6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD6FE; }
p { color: rgb(204,214,254); }
H1.HeaderClassName
{
color: #CCD6FE;
}
.AnyTagClassName
{
color: #CCD6FE;
}
</style>
background-color css
<style>
a { background-color: #CCD6FE; }
a { background-color: rgb(204,214,254); }
div.DivClassName
{
background-color: #CCD6FE;
}
.BgClassName
{
background-color: #CCD6FE;
}
</style>
border-color css
<style>
span { border-color: #CCD6FE; }
span { border-color: rgb(204,214,254); }
td.TdClassName
{
border-color: #CCD6FE;
}
.TagClassName
{
border-color: #CCD6FE;
}
</style>