Shades of Lavender Blue #CBCCEF
Tints of Lavender Blue #CBCCEF
RGB
CMYK
RGB Variations
Color information
#CBCCEF (or 0xCBCCEF) is known color: Lavender Blue. HEX triplet: CB, CC and EF. RGB value is (203,204,239). Sum of RGB (Red+Green+Blue) = 203+204+239=646 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.42% from 646); Green value is 204 (80.08% from 255 or 31.58% from 646); Blue value is 239 (93.75% from 255 or 37.00% from 646); Max value from RGB is 239 - color contains mainly: blue. Hex color #CBCCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBCCEF is #343310. Grayscale: #CFCFCF. Windows color (decimal): -3420945 or 15715531. OLE color: 15715531.
HSL color Cylindrical-coordinate representation of color #CBCCEF: hue angle of 238.33º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBCCEF is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 204 | 239 | - |
| CMYK | 0.15 | 0.15 | 0 | 0.06 |
| HSL | 238.33º | 0.53% | 0.87% | - |
| HSV(B) | 238.33º | 0.15% | 0.94% | - |
| XYZ | 61.8 | 62.11 | 90.39 | - |
| YUV | 207.69 | 145.67 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 204 | 239 | 0.15 | 0.15 | 0 | 0.06 | 238.33 | 0.53 | 0.87 |
| Hex | CB | CC | EF | F | F | 0 | 6 | EE | 35 | 57 |
| Octal | 313 | 314 | 357 | 17 | 17 | 0 | 6 | 356 | 65 | 127 |
| Binary | 11001011 | 11001100 | 11101111 | 1111 | 1111 | 0 | 110 | 11101110 | 110101 | 1010111 |
Color Harmonies of #CBCCEF
Complementary color
Monochromatic Colors of #CBCCEF
Black with #CBCCEF
Text Example
Text Example
White with #CBCCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCCEF; }
p { color: rgb(203,204,239); }
H1.HeaderClassName
{
color: #CBCCEF;
}
.AnyTagClassName
{
color: #CBCCEF;
}
</style>
background-color css
<style>
a { background-color: #CBCCEF; }
a { background-color: rgb(203,204,239); }
div.DivClassName
{
background-color: #CBCCEF;
}
.BgClassName
{
background-color: #CBCCEF;
}
</style>
border-color css
<style>
span { border-color: #CBCCEF; }
span { border-color: rgb(203,204,239); }
td.TdClassName
{
border-color: #CBCCEF;
}
.TagClassName
{
border-color: #CBCCEF;
}
</style>