Shades of Lavender Blue #CCD5FF
Tints of Lavender Blue #CCD5FF
RGB
CMYK
RGB Variations
Color information
#CCD5FF (or 0xCCD5FF) is known color: Lavender Blue. HEX triplet: CC, D5 and FF. RGB value is (204,213,255). Sum of RGB (Red+Green+Blue) = 204+213+255=672 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.36% from 672); Green value is 213 (83.59% from 255 or 31.70% from 672); Blue value is 255 (100% from 255 or 37.95% from 672); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCD5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD5FF is #332A00. Grayscale: #D6D6D6. Windows color (decimal): -3353089 or 16766412. OLE color: 16766412.
HSL color Cylindrical-coordinate representation of color #CCD5FF: hue angle of 229.41º 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 #CCD5FF is Cyan = 0.2, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 213 | 255 | - |
| CMYK | 0.2 | 0.16 | 0 | 0 |
| HSL | 229.41º | 1% | 0.9% | - |
| HSV(B) | 229.41º | 0.2% | 1% | - |
| XYZ | 66.75 | 67.65 | 104.15 | - |
| YUV | 215.1 | 150.52 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 213 | 255 | 0.2 | 0.16 | 0 | 0 | 229.41 | 1 | 0.9 |
| Hex | CC | D5 | FF | 14 | 10 | 0 | 0 | E5 | 64 | 5A |
| Octal | 314 | 325 | 377 | 24 | 20 | 0 | 0 | 345 | 144 | 132 |
| Binary | 11001100 | 11010101 | 11111111 | 10100 | 10000 | 0 | 0 | 11100101 | 1100100 | 1011010 |
Color Harmonies of #CCD5FF
Complementary color
Monochromatic Colors of #CCD5FF
Black with #CCD5FF
Text Example
Text Example
White with #CCD5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD5FF; }
p { color: rgb(204,213,255); }
H1.HeaderClassName
{
color: #CCD5FF;
}
.AnyTagClassName
{
color: #CCD5FF;
}
</style>
background-color css
<style>
a { background-color: #CCD5FF; }
a { background-color: rgb(204,213,255); }
div.DivClassName
{
background-color: #CCD5FF;
}
.BgClassName
{
background-color: #CCD5FF;
}
</style>
border-color css
<style>
span { border-color: #CCD5FF; }
span { border-color: rgb(204,213,255); }
td.TdClassName
{
border-color: #CCD5FF;
}
.TagClassName
{
border-color: #CCD5FF;
}
</style>