Shades of Lavender Blue #CCD5FC
Tints of Lavender Blue #CCD5FC
RGB
CMYK
RGB Variations
Color information
#CCD5FC (or 0xCCD5FC) is known color: Lavender Blue. HEX triplet: CC, D5 and FC. RGB value is (204,213,252). Sum of RGB (Red+Green+Blue) = 204+213+252=669 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.49% from 669); Green value is 213 (83.59% from 255 or 31.84% from 669); Blue value is 252 (98.83% from 255 or 37.67% from 669); Max value from RGB is 252 - color contains mainly: blue. Hex color #CCD5FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD5FC is #332A03. Grayscale: #D6D6D6. Windows color (decimal): -3353092 or 16569804. OLE color: 16569804.
HSL color Cylindrical-coordinate representation of color #CCD5FC: hue angle of 228.75º 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 #CCD5FC is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 213 | 252 | - |
| CMYK | 0.19 | 0.15 | 0 | 0.01 |
| HSL | 228.75º | 0.89% | 0.89% | - |
| HSV(B) | 228.75º | 0.19% | 0.99% | - |
| XYZ | 66.27 | 67.45 | 101.62 | - |
| YUV | 214.76 | 149.02 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 213 | 252 | 0.19 | 0.15 | 0 | 0.01 | 228.75 | 0.89 | 0.89 |
| Hex | CC | D5 | FC | 13 | F | 0 | 1 | E5 | 59 | 59 |
| Octal | 314 | 325 | 374 | 23 | 17 | 0 | 1 | 345 | 131 | 131 |
| Binary | 11001100 | 11010101 | 11111100 | 10011 | 1111 | 0 | 1 | 11100101 | 1011001 | 1011001 |
Color Harmonies of #CCD5FC
Complementary color
Monochromatic Colors of #CCD5FC
Black with #CCD5FC
Text Example
Text Example
White with #CCD5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD5FC; }
p { color: rgb(204,213,252); }
H1.HeaderClassName
{
color: #CCD5FC;
}
.AnyTagClassName
{
color: #CCD5FC;
}
</style>
background-color css
<style>
a { background-color: #CCD5FC; }
a { background-color: rgb(204,213,252); }
div.DivClassName
{
background-color: #CCD5FC;
}
.BgClassName
{
background-color: #CCD5FC;
}
</style>
border-color css
<style>
span { border-color: #CCD5FC; }
span { border-color: rgb(204,213,252); }
td.TdClassName
{
border-color: #CCD5FC;
}
.TagClassName
{
border-color: #CCD5FC;
}
</style>