Shades of Lavender Blue #CCD4FF
Tints of Lavender Blue #CCD4FF
RGB
CMYK
RGB Variations
Color information
#CCD4FF (or 0xCCD4FF) is known color: Lavender Blue. HEX triplet: CC, D4 and FF. RGB value is (204,212,255). Sum of RGB (Red+Green+Blue) = 204+212+255=671 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.40% from 671); Green value is 212 (83.20% from 255 or 31.59% from 671); Blue value is 255 (100% from 255 or 38.00% from 671); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCD4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD4FF is #332B00. Grayscale: #D6D6D6. Windows color (decimal): -3353345 or 16766156. OLE color: 16766156.
HSL color Cylindrical-coordinate representation of color #CCD4FF: hue angle of 230.59º 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 #CCD4FF is Cyan = 0.2, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 212 | 255 | - |
| CMYK | 0.2 | 0.17 | 0 | 0 |
| HSL | 230.59º | 1% | 0.9% | - |
| HSV(B) | 230.59º | 0.2% | 1% | - |
| XYZ | 66.5 | 67.14 | 104.06 | - |
| YUV | 214.51 | 150.85 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 212 | 255 | 0.2 | 0.17 | 0 | 0 | 230.59 | 1 | 0.9 |
| Hex | CC | D4 | FF | 14 | 11 | 0 | 0 | E7 | 64 | 5A |
| Octal | 314 | 324 | 377 | 24 | 21 | 0 | 0 | 347 | 144 | 132 |
| Binary | 11001100 | 11010100 | 11111111 | 10100 | 10001 | 0 | 0 | 11100111 | 1100100 | 1011010 |
Color Harmonies of #CCD4FF
Complementary color
Monochromatic Colors of #CCD4FF
Black with #CCD4FF
Text Example
Text Example
White with #CCD4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD4FF; }
p { color: rgb(204,212,255); }
H1.HeaderClassName
{
color: #CCD4FF;
}
.AnyTagClassName
{
color: #CCD4FF;
}
</style>
background-color css
<style>
a { background-color: #CCD4FF; }
a { background-color: rgb(204,212,255); }
div.DivClassName
{
background-color: #CCD4FF;
}
.BgClassName
{
background-color: #CCD4FF;
}
</style>
border-color css
<style>
span { border-color: #CCD4FF; }
span { border-color: rgb(204,212,255); }
td.TdClassName
{
border-color: #CCD4FF;
}
.TagClassName
{
border-color: #CCD4FF;
}
</style>