Shades of Lavender Blue #CCD1FF
Tints of Lavender Blue #CCD1FF
RGB
CMYK
RGB Variations
Color information
#CCD1FF (or 0xCCD1FF) is known color: Lavender Blue. HEX triplet: CC, D1 and FF. RGB value is (204,209,255). Sum of RGB (Red+Green+Blue) = 204+209+255=668 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.54% from 668); Green value is 209 (82.03% from 255 or 31.29% from 668); Blue value is 255 (100% from 255 or 38.17% from 668); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCD1FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD1FF is #332E00. Grayscale: #D4D4D4. Windows color (decimal): -3354113 or 16765388. OLE color: 16765388.
HSL color Cylindrical-coordinate representation of color #CCD1FF: hue angle of 234.12º 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 #CCD1FF is Cyan = 0.2, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 209 | 255 | - |
| CMYK | 0.2 | 0.18 | 0 | 0 |
| HSL | 234.12º | 1% | 0.9% | - |
| HSV(B) | 234.12º | 0.2% | 1% | - |
| XYZ | 65.75 | 65.66 | 103.82 | - |
| YUV | 212.75 | 151.84 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 209 | 255 | 0.2 | 0.18 | 0 | 0 | 234.12 | 1 | 0.9 |
| Hex | CC | D1 | FF | 14 | 12 | 0 | 0 | EA | 64 | 5A |
| Octal | 314 | 321 | 377 | 24 | 22 | 0 | 0 | 352 | 144 | 132 |
| Binary | 11001100 | 11010001 | 11111111 | 10100 | 10010 | 0 | 0 | 11101010 | 1100100 | 1011010 |
Color Harmonies of #CCD1FF
Complementary color
Monochromatic Colors of #CCD1FF
Black with #CCD1FF
Text Example
Text Example
White with #CCD1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD1FF; }
p { color: rgb(204,209,255); }
H1.HeaderClassName
{
color: #CCD1FF;
}
.AnyTagClassName
{
color: #CCD1FF;
}
</style>
background-color css
<style>
a { background-color: #CCD1FF; }
a { background-color: rgb(204,209,255); }
div.DivClassName
{
background-color: #CCD1FF;
}
.BgClassName
{
background-color: #CCD1FF;
}
</style>
border-color css
<style>
span { border-color: #CCD1FF; }
span { border-color: rgb(204,209,255); }
td.TdClassName
{
border-color: #CCD1FF;
}
.TagClassName
{
border-color: #CCD1FF;
}
</style>