Shades of Lavender Blue #CCD3FB
Tints of Lavender Blue #CCD3FB
RGB
CMYK
RGB Variations
Color information
#CCD3FB (or 0xCCD3FB) is known color: Lavender Blue. HEX triplet: CC, D3 and FB. RGB value is (204,211,251). Sum of RGB (Red+Green+Blue) = 204+211+251=666 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.63% from 666); Green value is 211 (82.81% from 255 or 31.68% from 666); Blue value is 251 (98.44% from 255 or 37.69% from 666); Max value from RGB is 251 - color contains mainly: blue. Hex color #CCD3FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD3FB is #332C04. Grayscale: #D5D5D5. Windows color (decimal): -3353605 or 16503756. OLE color: 16503756.
HSL color Cylindrical-coordinate representation of color #CCD3FB: hue angle of 231.06º 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 #CCD3FB is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 211 | 251 | - |
| CMYK | 0.19 | 0.16 | 0 | 0.02 |
| HSL | 231.06º | 0.85% | 0.89% | - |
| HSV(B) | 231.06º | 0.19% | 0.98% | - |
| XYZ | 65.61 | 66.39 | 100.62 | - |
| YUV | 213.47 | 149.18 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 211 | 251 | 0.19 | 0.16 | 0 | 0.02 | 231.06 | 0.85 | 0.89 |
| Hex | CC | D3 | FB | 13 | 10 | 0 | 2 | E7 | 55 | 59 |
| Octal | 314 | 323 | 373 | 23 | 20 | 0 | 2 | 347 | 125 | 131 |
| Binary | 11001100 | 11010011 | 11111011 | 10011 | 10000 | 0 | 10 | 11100111 | 1010101 | 1011001 |
Color Harmonies of #CCD3FB
Complementary color
Monochromatic Colors of #CCD3FB
Black with #CCD3FB
Text Example
Text Example
White with #CCD3FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD3FB; }
p { color: rgb(204,211,251); }
H1.HeaderClassName
{
color: #CCD3FB;
}
.AnyTagClassName
{
color: #CCD3FB;
}
</style>
background-color css
<style>
a { background-color: #CCD3FB; }
a { background-color: rgb(204,211,251); }
div.DivClassName
{
background-color: #CCD3FB;
}
.BgClassName
{
background-color: #CCD3FB;
}
</style>
border-color css
<style>
span { border-color: #CCD3FB; }
span { border-color: rgb(204,211,251); }
td.TdClassName
{
border-color: #CCD3FB;
}
.TagClassName
{
border-color: #CCD3FB;
}
</style>