Shades of Lavender Blue #CCD4FA
Tints of Lavender Blue #CCD4FA
RGB
CMYK
RGB Variations
Color information
#CCD4FA (or 0xCCD4FA) is known color: Lavender Blue. HEX triplet: CC, D4 and FA. RGB value is (204,212,250). Sum of RGB (Red+Green+Blue) = 204+212+250=666 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.63% from 666); Green value is 212 (83.20% from 255 or 31.83% from 666); Blue value is 250 (98.05% from 255 or 37.54% from 666); Max value from RGB is 250 - color contains mainly: blue. Hex color #CCD4FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD4FA is #332B05. Grayscale: #D5D5D5. Windows color (decimal): -3353350 or 16438476. OLE color: 16438476.
HSL color Cylindrical-coordinate representation of color #CCD4FA: hue angle of 229.57º 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 #CCD4FA is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 212 | 250 | - |
| CMYK | 0.18 | 0.15 | 0 | 0.02 |
| HSL | 229.57º | 0.82% | 0.89% | - |
| HSV(B) | 229.57º | 0.18% | 0.98% | - |
| XYZ | 65.7 | 66.83 | 99.88 | - |
| YUV | 213.94 | 148.35 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 212 | 250 | 0.18 | 0.15 | 0 | 0.02 | 229.57 | 0.82 | 0.89 |
| Hex | CC | D4 | FA | 12 | F | 0 | 2 | E6 | 52 | 59 |
| Octal | 314 | 324 | 372 | 22 | 17 | 0 | 2 | 346 | 122 | 131 |
| Binary | 11001100 | 11010100 | 11111010 | 10010 | 1111 | 0 | 10 | 11100110 | 1010010 | 1011001 |
Color Harmonies of #CCD4FA
Complementary color
Monochromatic Colors of #CCD4FA
Black with #CCD4FA
Text Example
Text Example
White with #CCD4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD4FA; }
p { color: rgb(204,212,250); }
H1.HeaderClassName
{
color: #CCD4FA;
}
.AnyTagClassName
{
color: #CCD4FA;
}
</style>
background-color css
<style>
a { background-color: #CCD4FA; }
a { background-color: rgb(204,212,250); }
div.DivClassName
{
background-color: #CCD4FA;
}
.BgClassName
{
background-color: #CCD4FA;
}
</style>
border-color css
<style>
span { border-color: #CCD4FA; }
span { border-color: rgb(204,212,250); }
td.TdClassName
{
border-color: #CCD4FA;
}
.TagClassName
{
border-color: #CCD4FA;
}
</style>