Shades of Lavender Blue #CCCBEF
Tints of Lavender Blue #CCCBEF
RGB
CMYK
RGB Variations
Color information
#CCCBEF (or 0xCCCBEF) is known color: Lavender Blue. HEX triplet: CC, CB and EF. RGB value is (204,203,239). Sum of RGB (Red+Green+Blue) = 204+203+239=646 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.58% from 646); Green value is 203 (79.69% from 255 or 31.42% from 646); Blue value is 239 (93.75% from 255 or 37.00% from 646); Max value from RGB is 239 - color contains mainly: blue. Hex color #CCCBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCBEF is #333410. Grayscale: #CFCFCF. Windows color (decimal): -3355665 or 15715276. OLE color: 15715276.
HSL color Cylindrical-coordinate representation of color #CCCBEF: hue angle of 241.67º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCCBEF is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 203 | 239 | - |
| CMYK | 0.15 | 0.15 | 0 | 0.06 |
| HSL | 241.67º | 0.53% | 0.87% | - |
| HSV(B) | 241.67º | 0.15% | 0.94% | - |
| XYZ | 61.84 | 61.78 | 90.33 | - |
| YUV | 207.4 | 145.83 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 203 | 239 | 0.15 | 0.15 | 0 | 0.06 | 241.67 | 0.53 | 0.87 |
| Hex | CC | CB | EF | F | F | 0 | 6 | F2 | 35 | 57 |
| Octal | 314 | 313 | 357 | 17 | 17 | 0 | 6 | 362 | 65 | 127 |
| Binary | 11001100 | 11001011 | 11101111 | 1111 | 1111 | 0 | 110 | 11110010 | 110101 | 1010111 |
Color Harmonies of #CCCBEF
Complementary color
Monochromatic Colors of #CCCBEF
Black with #CCCBEF
Text Example
Text Example
White with #CCCBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCBEF; }
p { color: rgb(204,203,239); }
H1.HeaderClassName
{
color: #CCCBEF;
}
.AnyTagClassName
{
color: #CCCBEF;
}
</style>
background-color css
<style>
a { background-color: #CCCBEF; }
a { background-color: rgb(204,203,239); }
div.DivClassName
{
background-color: #CCCBEF;
}
.BgClassName
{
background-color: #CCCBEF;
}
</style>
border-color css
<style>
span { border-color: #CCCBEF; }
span { border-color: rgb(204,203,239); }
td.TdClassName
{
border-color: #CCCBEF;
}
.TagClassName
{
border-color: #CCCBEF;
}
</style>