Shades of Lavender Blue #CACBED
Tints of Lavender Blue #CACBED
RGB
CMYK
RGB Variations
Color information
#CACBED (or 0xCACBED) is known color: Lavender Blue. HEX triplet: CA, CB and ED. RGB value is (202,203,237). Sum of RGB (Red+Green+Blue) = 202+203+237=642 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.46% from 642); Green value is 203 (79.69% from 255 or 31.62% from 642); Blue value is 237 (92.97% from 255 or 36.92% from 642); Max value from RGB is 237 - color contains mainly: blue. Hex color #CACBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACBED is #353412. Grayscale: #CECECE. Windows color (decimal): -3486739 or 15584202. OLE color: 15584202.
HSL color Cylindrical-coordinate representation of color #CACBED: hue angle of 238.29º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CACBED is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 203 | 237 | - |
| CMYK | 0.15 | 0.14 | 0 | 0.07 |
| HSL | 238.29º | 0.49% | 0.86% | - |
| HSV(B) | 238.29º | 0.15% | 0.93% | - |
| XYZ | 61 | 61.38 | 88.75 | - |
| YUV | 206.58 | 145.17 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 203 | 237 | 0.15 | 0.14 | 0 | 0.07 | 238.29 | 0.49 | 0.86 |
| Hex | CA | CB | ED | F | E | 0 | 7 | EE | 31 | 56 |
| Octal | 312 | 313 | 355 | 17 | 16 | 0 | 7 | 356 | 61 | 126 |
| Binary | 11001010 | 11001011 | 11101101 | 1111 | 1110 | 0 | 111 | 11101110 | 110001 | 1010110 |
Color Harmonies of #CACBED
Complementary color
Monochromatic Colors of #CACBED
Black with #CACBED
Text Example
Text Example
White with #CACBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACBED; }
p { color: rgb(202,203,237); }
H1.HeaderClassName
{
color: #CACBED;
}
.AnyTagClassName
{
color: #CACBED;
}
</style>
background-color css
<style>
a { background-color: #CACBED; }
a { background-color: rgb(202,203,237); }
div.DivClassName
{
background-color: #CACBED;
}
.BgClassName
{
background-color: #CACBED;
}
</style>
border-color css
<style>
span { border-color: #CACBED; }
span { border-color: rgb(202,203,237); }
td.TdClassName
{
border-color: #CACBED;
}
.TagClassName
{
border-color: #CACBED;
}
</style>