Shades of Lavender Blue #CBCAEC
Tints of Lavender Blue #CBCAEC
RGB
CMYK
RGB Variations
Color information
#CBCAEC (or 0xCBCAEC) is known color: Lavender Blue. HEX triplet: CB, CA and EC. RGB value is (203,202,236). Sum of RGB (Red+Green+Blue) = 203+202+236=641 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.67% from 641); Green value is 202 (79.30% from 255 or 31.51% from 641); Blue value is 236 (92.58% from 255 or 36.82% from 641); Max value from RGB is 236 - color contains mainly: blue. Hex color #CBCAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBCAEC is #343513. Grayscale: #CECECE. Windows color (decimal): -3421460 or 15518411. OLE color: 15518411.
HSL color Cylindrical-coordinate representation of color #CBCAEC: hue angle of 241.76º degrees, saturation: 0.47, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBCAEC is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 203 | 202 | 236 | - |
CMYK | 0.14 | 0.14 | 0 | 0.07 |
HSL | 241.76º | 0.47% | 0.86% | - |
HSV(B) | 241.76º | 0.14% | 0.93% | - |
XYZ | 60.89 | 60.99 | 87.92 | - |
YUV | 206.18 | 144.83 | 125.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 202 | 236 | 0.14 | 0.14 | 0 | 0.07 | 241.76 | 0.47 | 0.86 |
Hex | CB | CA | EC | E | E | 0 | 7 | F2 | 2F | 56 |
Octal | 313 | 312 | 354 | 16 | 16 | 0 | 7 | 362 | 57 | 126 |
Binary | 11001011 | 11001010 | 11101100 | 1110 | 1110 | 0 | 111 | 11110010 | 101111 | 1010110 |
Color Harmonies of #CBCAEC
Complementary color
Monochromatic Colors of #CBCAEC
Black with #CBCAEC
Text Example
Text Example
White with #CBCAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCAEC; }
p { color: rgb(203,202,236); }
H1.HeaderClassName
{
color: #CBCAEC;
}
.AnyTagClassName
{
color: #CBCAEC;
}
</style>
background-color css
<style>
a { background-color: #CBCAEC; }
a { background-color: rgb(203,202,236); }
div.DivClassName
{
background-color: #CBCAEC;
}
.BgClassName
{
background-color: #CBCAEC;
}
</style>
border-color css
<style>
span { border-color: #CBCAEC; }
span { border-color: rgb(203,202,236); }
td.TdClassName
{
border-color: #CBCAEC;
}
.TagClassName
{
border-color: #CBCAEC;
}
</style>