Shades of Lavender Blue #CCD4FB
Tints of Lavender Blue #CCD4FB
RGB
CMYK
RGB Variations
Color information
#CCD4FB (or 0xCCD4FB) is known color: Lavender Blue. HEX triplet: CC, D4 and FB. RGB value is (204,212,251). Sum of RGB (Red+Green+Blue) = 204+212+251=667 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.58% from 667); Green value is 212 (83.20% from 255 or 31.78% from 667); Blue value is 251 (98.44% from 255 or 37.63% from 667); Max value from RGB is 251 - color contains mainly: blue. Hex color #CCD4FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD4FB is #332B04. Grayscale: #D5D5D5. Windows color (decimal): -3353349 or 16504012. OLE color: 16504012.
HSL color Cylindrical-coordinate representation of color #CCD4FB: hue angle of 229.79º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCD4FB is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 212 | 251 | - |
| CMYK | 0.19 | 0.16 | 0 | 0.02 |
| HSL | 229.79º | 0.85% | 0.89% | - |
| HSV(B) | 229.79º | 0.19% | 0.98% | - |
| XYZ | 65.86 | 66.89 | 100.71 | - |
| YUV | 214.05 | 148.85 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 212 | 251 | 0.19 | 0.16 | 0 | 0.02 | 229.79 | 0.85 | 0.89 |
| Hex | CC | D4 | FB | 13 | 10 | 0 | 2 | E6 | 55 | 59 |
| Octal | 314 | 324 | 373 | 23 | 20 | 0 | 2 | 346 | 125 | 131 |
| Binary | 11001100 | 11010100 | 11111011 | 10011 | 10000 | 0 | 10 | 11100110 | 1010101 | 1011001 |
Color Harmonies of #CCD4FB
Complementary color
Monochromatic Colors of #CCD4FB
Black with #CCD4FB
Text Example
Text Example
White with #CCD4FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD4FB; }
p { color: rgb(204,212,251); }
H1.HeaderClassName
{
color: #CCD4FB;
}
.AnyTagClassName
{
color: #CCD4FB;
}
</style>
background-color css
<style>
a { background-color: #CCD4FB; }
a { background-color: rgb(204,212,251); }
div.DivClassName
{
background-color: #CCD4FB;
}
.BgClassName
{
background-color: #CCD4FB;
}
</style>
border-color css
<style>
span { border-color: #CCD4FB; }
span { border-color: rgb(204,212,251); }
td.TdClassName
{
border-color: #CCD4FB;
}
.TagClassName
{
border-color: #CCD4FB;
}
</style>