Shades of Lavender Blue #CCD1FB
Tints of Lavender Blue #CCD1FB
RGB
CMYK
RGB Variations
Color information
#CCD1FB (or 0xCCD1FB) is known color: Lavender Blue. HEX triplet: CC, D1 and FB. RGB value is (204,209,251). Sum of RGB (Red+Green+Blue) = 204+209+251=664 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.72% from 664); Green value is 209 (82.03% from 255 or 31.48% from 664); Blue value is 251 (98.44% from 255 or 37.80% from 664); Max value from RGB is 251 - color contains mainly: blue. Hex color #CCD1FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD1FB is #332E04. Grayscale: #D4D4D4. Windows color (decimal): -3354117 or 16503244. OLE color: 16503244.
HSL color Cylindrical-coordinate representation of color #CCD1FB: hue angle of 233.62º 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 #CCD1FB is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 209 | 251 | - |
| CMYK | 0.19 | 0.17 | 0 | 0.02 |
| HSL | 233.62º | 0.85% | 0.89% | - |
| HSV(B) | 233.62º | 0.19% | 0.98% | - |
| XYZ | 65.11 | 65.4 | 100.46 | - |
| YUV | 212.29 | 149.84 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 209 | 251 | 0.19 | 0.17 | 0 | 0.02 | 233.62 | 0.85 | 0.89 |
| Hex | CC | D1 | FB | 13 | 11 | 0 | 2 | EA | 55 | 59 |
| Octal | 314 | 321 | 373 | 23 | 21 | 0 | 2 | 352 | 125 | 131 |
| Binary | 11001100 | 11010001 | 11111011 | 10011 | 10001 | 0 | 10 | 11101010 | 1010101 | 1011001 |
Color Harmonies of #CCD1FB
Complementary color
Monochromatic Colors of #CCD1FB
Black with #CCD1FB
Text Example
Text Example
White with #CCD1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD1FB; }
p { color: rgb(204,209,251); }
H1.HeaderClassName
{
color: #CCD1FB;
}
.AnyTagClassName
{
color: #CCD1FB;
}
</style>
background-color css
<style>
a { background-color: #CCD1FB; }
a { background-color: rgb(204,209,251); }
div.DivClassName
{
background-color: #CCD1FB;
}
.BgClassName
{
background-color: #CCD1FB;
}
</style>
border-color css
<style>
span { border-color: #CCD1FB; }
span { border-color: rgb(204,209,251); }
td.TdClassName
{
border-color: #CCD1FB;
}
.TagClassName
{
border-color: #CCD1FB;
}
</style>