Shades of Lavender Blue #CBCCEA
Tints of Lavender Blue #CBCCEA
RGB
CMYK
RGB Variations
Color information
#CBCCEA (or 0xCBCCEA) is known color: Lavender Blue. HEX triplet: CB, CC and EA. RGB value is (203,204,234). Sum of RGB (Red+Green+Blue) = 203+204+234=641 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.67% from 641); Green value is 204 (80.08% from 255 or 31.83% 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 #CBCCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBCCEA is #343315. Grayscale: #CFCFCF. Windows color (decimal): -3420950 or 15387851. OLE color: 15387851.
HSL color Cylindrical-coordinate representation of color #CBCCEA: hue angle of 238.06º 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 #CBCCEA is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 204 | 234 | - |
| CMYK | 0.13 | 0.13 | 0 | 0.08 |
| HSL | 238.06º | 0.42% | 0.86% | - |
| HSV(B) | 238.06º | 0.13% | 0.92% | - |
| XYZ | 61.07 | 61.82 | 86.56 | - |
| YUV | 207.12 | 143.17 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 204 | 234 | 0.13 | 0.13 | 0 | 0.08 | 238.06 | 0.42 | 0.86 |
| Hex | CB | CC | EA | D | D | 0 | 8 | EE | 2A | 56 |
| Octal | 313 | 314 | 352 | 15 | 15 | 0 | 10 | 356 | 52 | 126 |
| Binary | 11001011 | 11001100 | 11101010 | 1101 | 1101 | 0 | 1000 | 11101110 | 101010 | 1010110 |
Color Harmonies of #CBCCEA
Complementary color
Monochromatic Colors of #CBCCEA
Black with #CBCCEA
Text Example
Text Example
White with #CBCCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCCEA; }
p { color: rgb(203,204,234); }
H1.HeaderClassName
{
color: #CBCCEA;
}
.AnyTagClassName
{
color: #CBCCEA;
}
</style>
background-color css
<style>
a { background-color: #CBCCEA; }
a { background-color: rgb(203,204,234); }
div.DivClassName
{
background-color: #CBCCEA;
}
.BgClassName
{
background-color: #CBCCEA;
}
</style>
border-color css
<style>
span { border-color: #CBCCEA; }
span { border-color: rgb(203,204,234); }
td.TdClassName
{
border-color: #CBCCEA;
}
.TagClassName
{
border-color: #CBCCEA;
}
</style>