Shades of Lavender Blue #CCD1FA
Tints of Lavender Blue #CCD1FA
RGB
CMYK
RGB Variations
Color information
#CCD1FA (or 0xCCD1FA) is known color: Lavender Blue. HEX triplet: CC, D1 and FA. RGB value is (204,209,250). Sum of RGB (Red+Green+Blue) = 204+209+250=663 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.77% from 663); Green value is 209 (82.03% from 255 or 31.52% from 663); Blue value is 250 (98.05% from 255 or 37.71% from 663); Max value from RGB is 250 - color contains mainly: blue. Hex color #CCD1FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD1FA is #332E05. Grayscale: #D4D4D4. Windows color (decimal): -3354118 or 16437708. OLE color: 16437708.
HSL color Cylindrical-coordinate representation of color #CCD1FA: hue angle of 233.48º 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 #CCD1FA is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 209 | 250 | - |
| CMYK | 0.18 | 0.16 | 0 | 0.02 |
| HSL | 233.48º | 0.82% | 0.89% | - |
| HSV(B) | 233.48º | 0.18% | 0.98% | - |
| XYZ | 64.96 | 65.34 | 99.63 | - |
| YUV | 212.18 | 149.34 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 209 | 250 | 0.18 | 0.16 | 0 | 0.02 | 233.48 | 0.82 | 0.89 |
| Hex | CC | D1 | FA | 12 | 10 | 0 | 2 | E9 | 52 | 59 |
| Octal | 314 | 321 | 372 | 22 | 20 | 0 | 2 | 351 | 122 | 131 |
| Binary | 11001100 | 11010001 | 11111010 | 10010 | 10000 | 0 | 10 | 11101001 | 1010010 | 1011001 |
Color Harmonies of #CCD1FA
Complementary color
Monochromatic Colors of #CCD1FA
Black with #CCD1FA
Text Example
Text Example
White with #CCD1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD1FA; }
p { color: rgb(204,209,250); }
H1.HeaderClassName
{
color: #CCD1FA;
}
.AnyTagClassName
{
color: #CCD1FA;
}
</style>
background-color css
<style>
a { background-color: #CCD1FA; }
a { background-color: rgb(204,209,250); }
div.DivClassName
{
background-color: #CCD1FA;
}
.BgClassName
{
background-color: #CCD1FA;
}
</style>
border-color css
<style>
span { border-color: #CCD1FA; }
span { border-color: rgb(204,209,250); }
td.TdClassName
{
border-color: #CCD1FA;
}
.TagClassName
{
border-color: #CCD1FA;
}
</style>