Shades of Lavender Blue #CCCDF6
Tints of Lavender Blue #CCCDF6
RGB
CMYK
RGB Variations
Color information
#CCCDF6 (or 0xCCCDF6) is known color: Lavender Blue. HEX triplet: CC, CD and F6. RGB value is (204,205,246). Sum of RGB (Red+Green+Blue) = 204+205+246=655 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.15% from 655); Green value is 205 (80.47% from 255 or 31.30% from 655); Blue value is 246 (96.48% from 255 or 37.56% from 655); Max value from RGB is 246 - color contains mainly: blue. Hex color #CCCDF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCDF6 is #333209. Grayscale: #D1D1D1. Windows color (decimal): -3355146 or 16174540. OLE color: 16174540.
HSL color Cylindrical-coordinate representation of color #CCCDF6: hue angle of 238.57º degrees, saturation: 0.7, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCCDF6 is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 205 | 246 | - |
| CMYK | 0.17 | 0.17 | 0 | 0.04 |
| HSL | 238.57º | 0.7% | 0.88% | - |
| HSV(B) | 238.57º | 0.17% | 0.96% | - |
| XYZ | 63.37 | 63.15 | 96.04 | - |
| YUV | 209.38 | 148.67 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 205 | 246 | 0.17 | 0.17 | 0 | 0.04 | 238.57 | 0.7 | 0.88 |
| Hex | CC | CD | F6 | 11 | 11 | 0 | 4 | EF | 46 | 58 |
| Octal | 314 | 315 | 366 | 21 | 21 | 0 | 4 | 357 | 106 | 130 |
| Binary | 11001100 | 11001101 | 11110110 | 10001 | 10001 | 0 | 100 | 11101111 | 1000110 | 1011000 |
Color Harmonies of #CCCDF6
Complementary color
Monochromatic Colors of #CCCDF6
Black with #CCCDF6
Text Example
Text Example
White with #CCCDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCDF6; }
p { color: rgb(204,205,246); }
H1.HeaderClassName
{
color: #CCCDF6;
}
.AnyTagClassName
{
color: #CCCDF6;
}
</style>
background-color css
<style>
a { background-color: #CCCDF6; }
a { background-color: rgb(204,205,246); }
div.DivClassName
{
background-color: #CCCDF6;
}
.BgClassName
{
background-color: #CCCDF6;
}
</style>
border-color css
<style>
span { border-color: #CCCDF6; }
span { border-color: rgb(204,205,246); }
td.TdClassName
{
border-color: #CCCDF6;
}
.TagClassName
{
border-color: #CCCDF6;
}
</style>