Shades of Lavender Blue #CCD0FF
Tints of Lavender Blue #CCD0FF
RGB
CMYK
RGB Variations
Color information
#CCD0FF (or 0xCCD0FF) is known color: Lavender Blue. HEX triplet: CC, D0 and FF. RGB value is (204,208,255). Sum of RGB (Red+Green+Blue) = 204+208+255=667 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.58% from 667); Green value is 208 (81.64% from 255 or 31.18% from 667); Blue value is 255 (100% from 255 or 38.23% from 667); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCD0FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD0FF is #332F00. Grayscale: #D3D3D3. Windows color (decimal): -3354369 or 16765132. OLE color: 16765132.
HSL color Cylindrical-coordinate representation of color #CCD0FF: hue angle of 235.29º 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 #CCD0FF is Cyan = 0.2, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 208 | 255 | - |
| CMYK | 0.2 | 0.18 | 0 | 0 |
| HSL | 235.29º | 1% | 0.9% | - |
| HSV(B) | 235.29º | 0.2% | 1% | - |
| XYZ | 65.51 | 65.17 | 103.73 | - |
| YUV | 212.16 | 152.17 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 208 | 255 | 0.2 | 0.18 | 0 | 0 | 235.29 | 1 | 0.9 |
| Hex | CC | D0 | FF | 14 | 12 | 0 | 0 | EB | 64 | 5A |
| Octal | 314 | 320 | 377 | 24 | 22 | 0 | 0 | 353 | 144 | 132 |
| Binary | 11001100 | 11010000 | 11111111 | 10100 | 10010 | 0 | 0 | 11101011 | 1100100 | 1011010 |
Color Harmonies of #CCD0FF
Complementary color
Monochromatic Colors of #CCD0FF
Black with #CCD0FF
Text Example
Text Example
White with #CCD0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD0FF; }
p { color: rgb(204,208,255); }
H1.HeaderClassName
{
color: #CCD0FF;
}
.AnyTagClassName
{
color: #CCD0FF;
}
</style>
background-color css
<style>
a { background-color: #CCD0FF; }
a { background-color: rgb(204,208,255); }
div.DivClassName
{
background-color: #CCD0FF;
}
.BgClassName
{
background-color: #CCD0FF;
}
</style>
border-color css
<style>
span { border-color: #CCD0FF; }
span { border-color: rgb(204,208,255); }
td.TdClassName
{
border-color: #CCD0FF;
}
.TagClassName
{
border-color: #CCD0FF;
}
</style>