Shades of Lavender Blue #CCD2F5
Tints of Lavender Blue #CCD2F5
RGB
CMYK
RGB Variations
Color information
#CCD2F5 (or 0xCCD2F5) is known color: Lavender Blue. HEX triplet: CC, D2 and F5. RGB value is (204,210,245). Sum of RGB (Red+Green+Blue) = 204+210+245=659 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.96% from 659); Green value is 210 (82.42% from 255 or 31.87% from 659); Blue value is 245 (96.09% from 255 or 37.18% from 659); Max value from RGB is 245 - color contains mainly: blue. Hex color #CCD2F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD2F5 is #332D0A. Grayscale: #D4D4D4. Windows color (decimal): -3353867 or 16110284. OLE color: 16110284.
HSL color Cylindrical-coordinate representation of color #CCD2F5: hue angle of 231.22º degrees, saturation: 0.67, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCD2F5 is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 210 | 245 | - |
| CMYK | 0.17 | 0.14 | 0 | 0.04 |
| HSL | 231.22º | 0.67% | 0.88% | - |
| HSV(B) | 231.22º | 0.17% | 0.96% | - |
| XYZ | 64.43 | 65.52 | 95.64 | - |
| YUV | 212.2 | 146.51 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 210 | 245 | 0.17 | 0.14 | 0 | 0.04 | 231.22 | 0.67 | 0.88 |
| Hex | CC | D2 | F5 | 11 | E | 0 | 4 | E7 | 43 | 58 |
| Octal | 314 | 322 | 365 | 21 | 16 | 0 | 4 | 347 | 103 | 130 |
| Binary | 11001100 | 11010010 | 11110101 | 10001 | 1110 | 0 | 100 | 11100111 | 1000011 | 1011000 |
Color Harmonies of #CCD2F5
Complementary color
Monochromatic Colors of #CCD2F5
Black with #CCD2F5
Text Example
Text Example
White with #CCD2F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD2F5; }
p { color: rgb(204,210,245); }
H1.HeaderClassName
{
color: #CCD2F5;
}
.AnyTagClassName
{
color: #CCD2F5;
}
</style>
background-color css
<style>
a { background-color: #CCD2F5; }
a { background-color: rgb(204,210,245); }
div.DivClassName
{
background-color: #CCD2F5;
}
.BgClassName
{
background-color: #CCD2F5;
}
</style>
border-color css
<style>
span { border-color: #CCD2F5; }
span { border-color: rgb(204,210,245); }
td.TdClassName
{
border-color: #CCD2F5;
}
.TagClassName
{
border-color: #CCD2F5;
}
</style>