Shades of Lavender Blue #CCD1FC
Tints of Lavender Blue #CCD1FC
RGB
CMYK
RGB Variations
Color information
#CCD1FC (or 0xCCD1FC) is known color: Lavender Blue. HEX triplet: CC, D1 and FC. RGB value is (204,209,252). Sum of RGB (Red+Green+Blue) = 204+209+252=665 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.68% from 665); Green value is 209 (82.03% from 255 or 31.43% from 665); Blue value is 252 (98.83% from 255 or 37.89% from 665); Max value from RGB is 252 - color contains mainly: blue. Hex color #CCD1FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD1FC is #332E03. Grayscale: #D4D4D4. Windows color (decimal): -3354116 or 16568780. OLE color: 16568780.
HSL color Cylindrical-coordinate representation of color #CCD1FC: hue angle of 233.75º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCD1FC is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 209 | 252 | - |
| CMYK | 0.19 | 0.17 | 0 | 0.01 |
| HSL | 233.75º | 0.89% | 0.89% | - |
| HSV(B) | 233.75º | 0.19% | 0.99% | - |
| XYZ | 65.27 | 65.47 | 101.29 | - |
| YUV | 212.41 | 150.34 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 209 | 252 | 0.19 | 0.17 | 0 | 0.01 | 233.75 | 0.89 | 0.89 |
| Hex | CC | D1 | FC | 13 | 11 | 0 | 1 | EA | 59 | 59 |
| Octal | 314 | 321 | 374 | 23 | 21 | 0 | 1 | 352 | 131 | 131 |
| Binary | 11001100 | 11010001 | 11111100 | 10011 | 10001 | 0 | 1 | 11101010 | 1011001 | 1011001 |
Color Harmonies of #CCD1FC
Complementary color
Monochromatic Colors of #CCD1FC
Black with #CCD1FC
Text Example
Text Example
White with #CCD1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD1FC; }
p { color: rgb(204,209,252); }
H1.HeaderClassName
{
color: #CCD1FC;
}
.AnyTagClassName
{
color: #CCD1FC;
}
</style>
background-color css
<style>
a { background-color: #CCD1FC; }
a { background-color: rgb(204,209,252); }
div.DivClassName
{
background-color: #CCD1FC;
}
.BgClassName
{
background-color: #CCD1FC;
}
</style>
border-color css
<style>
span { border-color: #CCD1FC; }
span { border-color: rgb(204,209,252); }
td.TdClassName
{
border-color: #CCD1FC;
}
.TagClassName
{
border-color: #CCD1FC;
}
</style>