Shades of Lavender Blue #CCD0F3
Tints of Lavender Blue #CCD0F3
RGB
CMYK
RGB Variations
Color information
#CCD0F3 (or 0xCCD0F3) is known color: Lavender Blue. HEX triplet: CC, D0 and F3. RGB value is (204,208,243). Sum of RGB (Red+Green+Blue) = 204+208+243=655 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.15% from 655); Green value is 208 (81.64% from 255 or 31.76% from 655); Blue value is 243 (95.31% from 255 or 37.10% from 655); Max value from RGB is 243 - color contains mainly: blue. Hex color #CCD0F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD0F3 is #332F0C. Grayscale: #D2D2D2. Windows color (decimal): -3354381 or 15978700. OLE color: 15978700.
HSL color Cylindrical-coordinate representation of color #CCD0F3: hue angle of 233.85º degrees, saturation: 0.62, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCD0F3 is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 208 | 243 | - |
| CMYK | 0.16 | 0.14 | 0 | 0.05 |
| HSL | 233.85º | 0.62% | 0.88% | - |
| HSV(B) | 233.85º | 0.16% | 0.95% | - |
| XYZ | 63.64 | 64.42 | 93.87 | - |
| YUV | 210.79 | 146.17 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 208 | 243 | 0.16 | 0.14 | 0 | 0.05 | 233.85 | 0.62 | 0.88 |
| Hex | CC | D0 | F3 | 10 | E | 0 | 5 | EA | 3E | 58 |
| Octal | 314 | 320 | 363 | 20 | 16 | 0 | 5 | 352 | 76 | 130 |
| Binary | 11001100 | 11010000 | 11110011 | 10000 | 1110 | 0 | 101 | 11101010 | 111110 | 1011000 |
Color Harmonies of #CCD0F3
Complementary color
Monochromatic Colors of #CCD0F3
Black with #CCD0F3
Text Example
Text Example
White with #CCD0F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD0F3; }
p { color: rgb(204,208,243); }
H1.HeaderClassName
{
color: #CCD0F3;
}
.AnyTagClassName
{
color: #CCD0F3;
}
</style>
background-color css
<style>
a { background-color: #CCD0F3; }
a { background-color: rgb(204,208,243); }
div.DivClassName
{
background-color: #CCD0F3;
}
.BgClassName
{
background-color: #CCD0F3;
}
</style>
border-color css
<style>
span { border-color: #CCD0F3; }
span { border-color: rgb(204,208,243); }
td.TdClassName
{
border-color: #CCD0F3;
}
.TagClassName
{
border-color: #CCD0F3;
}
</style>