Shades of Lavender Blue #CCCBEA
Tints of Lavender Blue #CCCBEA
RGB
CMYK
RGB Variations
Color information
#CCCBEA (or 0xCCCBEA) is known color: Lavender Blue. HEX triplet: CC, CB and EA. RGB value is (204,203,234). Sum of RGB (Red+Green+Blue) = 204+203+234=641 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.83% from 641); Green value is 203 (79.69% from 255 or 31.67% from 641); Blue value is 234 (91.80% from 255 or 36.51% from 641); Max value from RGB is 234 - color contains mainly: blue. Hex color #CCCBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCBEA is #333415. Grayscale: #CECECE. Windows color (decimal): -3355670 or 15387596. OLE color: 15387596.
HSL color Cylindrical-coordinate representation of color #CCCBEA: hue angle of 241.94º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCCBEA is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 203 | 234 | - |
| CMYK | 0.13 | 0.13 | 0 | 0.08 |
| HSL | 241.94º | 0.42% | 0.86% | - |
| HSV(B) | 241.94º | 0.13% | 0.92% | - |
| XYZ | 61.11 | 61.49 | 86.49 | - |
| YUV | 206.83 | 143.33 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 203 | 234 | 0.13 | 0.13 | 0 | 0.08 | 241.94 | 0.42 | 0.86 |
| Hex | CC | CB | EA | D | D | 0 | 8 | F2 | 2A | 56 |
| Octal | 314 | 313 | 352 | 15 | 15 | 0 | 10 | 362 | 52 | 126 |
| Binary | 11001100 | 11001011 | 11101010 | 1101 | 1101 | 0 | 1000 | 11110010 | 101010 | 1010110 |
Color Harmonies of #CCCBEA
Complementary color
Monochromatic Colors of #CCCBEA
Black with #CCCBEA
Text Example
Text Example
White with #CCCBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCBEA; }
p { color: rgb(204,203,234); }
H1.HeaderClassName
{
color: #CCCBEA;
}
.AnyTagClassName
{
color: #CCCBEA;
}
</style>
background-color css
<style>
a { background-color: #CCCBEA; }
a { background-color: rgb(204,203,234); }
div.DivClassName
{
background-color: #CCCBEA;
}
.BgClassName
{
background-color: #CCCBEA;
}
</style>
border-color css
<style>
span { border-color: #CCCBEA; }
span { border-color: rgb(204,203,234); }
td.TdClassName
{
border-color: #CCCBEA;
}
.TagClassName
{
border-color: #CCCBEA;
}
</style>