Shades of Lavender Blue #CCD2FA
Tints of Lavender Blue #CCD2FA
RGB
CMYK
RGB Variations
Color information
#CCD2FA (or 0xCCD2FA) is known color: Lavender Blue. HEX triplet: CC, D2 and FA. RGB value is (204,210,250). Sum of RGB (Red+Green+Blue) = 204+210+250=664 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.72% from 664); Green value is 210 (82.42% from 255 or 31.63% from 664); Blue value is 250 (98.05% from 255 or 37.65% from 664); Max value from RGB is 250 - color contains mainly: blue. Hex color #CCD2FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD2FA is #332D05. Grayscale: #D4D4D4. Windows color (decimal): -3353862 or 16437964. OLE color: 16437964.
HSL color Cylindrical-coordinate representation of color #CCD2FA: hue angle of 232.17º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCD2FA is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 210 | 250 | - |
| CMYK | 0.18 | 0.16 | 0 | 0.02 |
| HSL | 232.17º | 0.82% | 0.89% | - |
| HSV(B) | 232.17º | 0.18% | 0.98% | - |
| XYZ | 65.2 | 65.83 | 99.71 | - |
| YUV | 212.77 | 149.01 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 210 | 250 | 0.18 | 0.16 | 0 | 0.02 | 232.17 | 0.82 | 0.89 |
| Hex | CC | D2 | FA | 12 | 10 | 0 | 2 | E8 | 52 | 59 |
| Octal | 314 | 322 | 372 | 22 | 20 | 0 | 2 | 350 | 122 | 131 |
| Binary | 11001100 | 11010010 | 11111010 | 10010 | 10000 | 0 | 10 | 11101000 | 1010010 | 1011001 |
Color Harmonies of #CCD2FA
Complementary color
Monochromatic Colors of #CCD2FA
Black with #CCD2FA
Text Example
Text Example
White with #CCD2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD2FA; }
p { color: rgb(204,210,250); }
H1.HeaderClassName
{
color: #CCD2FA;
}
.AnyTagClassName
{
color: #CCD2FA;
}
</style>
background-color css
<style>
a { background-color: #CCD2FA; }
a { background-color: rgb(204,210,250); }
div.DivClassName
{
background-color: #CCD2FA;
}
.BgClassName
{
background-color: #CCD2FA;
}
</style>
border-color css
<style>
span { border-color: #CCD2FA; }
span { border-color: rgb(204,210,250); }
td.TdClassName
{
border-color: #CCD2FA;
}
.TagClassName
{
border-color: #CCD2FA;
}
</style>