Shades of Lavender Blue #CBCDED
Tints of Lavender Blue #CBCDED
RGB
CMYK
RGB Variations
Color information
#CBCDED (or 0xCBCDED) is known color: Lavender Blue. HEX triplet: CB, CD and ED. RGB value is (203,205,237). Sum of RGB (Red+Green+Blue) = 203+205+237=645 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.47% from 645); Green value is 205 (80.47% from 255 or 31.78% from 645); Blue value is 237 (92.97% from 255 or 36.74% from 645); Max value from RGB is 237 - color contains mainly: blue. Hex color #CBCDED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBCDED is #343212. Grayscale: #CFCFCF. Windows color (decimal): -3420691 or 15584715. OLE color: 15584715.
HSL color Cylindrical-coordinate representation of color #CBCDED: hue angle of 236.47º degrees, saturation: 0.49, 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 #CBCDED is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 203 | 205 | 237 | - |
CMYK | 0.14 | 0.14 | 0 | 0.07 |
HSL | 236.47º | 0.49% | 0.86% | - |
HSV(B) | 236.47º | 0.14% | 0.93% | - |
XYZ | 61.75 | 62.47 | 88.93 | - |
YUV | 208.05 | 144.34 | 124.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 205 | 237 | 0.14 | 0.14 | 0 | 0.07 | 236.47 | 0.49 | 0.86 |
Hex | CB | CD | ED | E | E | 0 | 7 | EC | 31 | 56 |
Octal | 313 | 315 | 355 | 16 | 16 | 0 | 7 | 354 | 61 | 126 |
Binary | 11001011 | 11001101 | 11101101 | 1110 | 1110 | 0 | 111 | 11101100 | 110001 | 1010110 |
Color Harmonies of #CBCDED
Complementary color
Monochromatic Colors of #CBCDED
Black with #CBCDED
Text Example
Text Example
White with #CBCDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCDED; }
p { color: rgb(203,205,237); }
H1.HeaderClassName
{
color: #CBCDED;
}
.AnyTagClassName
{
color: #CBCDED;
}
</style>
background-color css
<style>
a { background-color: #CBCDED; }
a { background-color: rgb(203,205,237); }
div.DivClassName
{
background-color: #CBCDED;
}
.BgClassName
{
background-color: #CBCDED;
}
</style>
border-color css
<style>
span { border-color: #CBCDED; }
span { border-color: rgb(203,205,237); }
td.TdClassName
{
border-color: #CBCDED;
}
.TagClassName
{
border-color: #CBCDED;
}
</style>