Shades of Lavender Blue #CCD2FC
Tints of Lavender Blue #CCD2FC
RGB
CMYK
RGB Variations
Color information
#CCD2FC (or 0xCCD2FC) is known color: Lavender Blue. HEX triplet: CC, D2 and FC. RGB value is (204,210,252). Sum of RGB (Red+Green+Blue) = 204+210+252=666 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.63% from 666); Green value is 210 (82.42% from 255 or 31.53% from 666); Blue value is 252 (98.83% from 255 or 37.84% from 666); Max value from RGB is 252 - color contains mainly: blue. Hex color #CCD2FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD2FC is #332D03. Grayscale: #D4D4D4. Windows color (decimal): -3353860 or 16569036. OLE color: 16569036.
HSL color Cylindrical-coordinate representation of color #CCD2FC: hue angle of 232.5º 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 #CCD2FC is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 210 | 252 | - |
| CMYK | 0.19 | 0.17 | 0 | 0.01 |
| HSL | 232.5º | 0.89% | 0.89% | - |
| HSV(B) | 232.5º | 0.19% | 0.99% | - |
| XYZ | 65.52 | 65.96 | 101.37 | - |
| YUV | 212.99 | 150.01 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 210 | 252 | 0.19 | 0.17 | 0 | 0.01 | 232.5 | 0.89 | 0.89 |
| Hex | CC | D2 | FC | 13 | 11 | 0 | 1 | E8 | 59 | 59 |
| Octal | 314 | 322 | 374 | 23 | 21 | 0 | 1 | 350 | 131 | 131 |
| Binary | 11001100 | 11010010 | 11111100 | 10011 | 10001 | 0 | 1 | 11101000 | 1011001 | 1011001 |
Color Harmonies of #CCD2FC
Complementary color
Monochromatic Colors of #CCD2FC
Black with #CCD2FC
Text Example
Text Example
White with #CCD2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD2FC; }
p { color: rgb(204,210,252); }
H1.HeaderClassName
{
color: #CCD2FC;
}
.AnyTagClassName
{
color: #CCD2FC;
}
</style>
background-color css
<style>
a { background-color: #CCD2FC; }
a { background-color: rgb(204,210,252); }
div.DivClassName
{
background-color: #CCD2FC;
}
.BgClassName
{
background-color: #CCD2FC;
}
</style>
border-color css
<style>
span { border-color: #CCD2FC; }
span { border-color: rgb(204,210,252); }
td.TdClassName
{
border-color: #CCD2FC;
}
.TagClassName
{
border-color: #CCD2FC;
}
</style>