Shades of Lavender Blue #CCCBED
Tints of Lavender Blue #CCCBED
RGB
CMYK
RGB Variations
Color information
#CCCBED (or 0xCCCBED) is known color: Lavender Blue. HEX triplet: CC, CB and ED. RGB value is (204,203,237). Sum of RGB (Red+Green+Blue) = 204+203+237=644 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.68% from 644); Green value is 203 (79.69% from 255 or 31.52% from 644); Blue value is 237 (92.97% from 255 or 36.80% from 644); Max value from RGB is 237 - color contains mainly: blue. Hex color #CCCBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCBED is #333412. Grayscale: #CFCFCF. Windows color (decimal): -3355667 or 15584204. OLE color: 15584204.
HSL color Cylindrical-coordinate representation of color #CCCBED: hue angle of 241.76º 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 #CCCBED is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 204 | 203 | 237 | - |
CMYK | 0.14 | 0.14 | 0 | 0.07 |
HSL | 241.76º | 0.49% | 0.86% | - |
HSV(B) | 241.76º | 0.14% | 0.93% | - |
XYZ | 61.54 | 61.66 | 88.78 | - |
YUV | 207.18 | 144.83 | 125.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 203 | 237 | 0.14 | 0.14 | 0 | 0.07 | 241.76 | 0.49 | 0.86 |
Hex | CC | CB | ED | E | E | 0 | 7 | F2 | 31 | 56 |
Octal | 314 | 313 | 355 | 16 | 16 | 0 | 7 | 362 | 61 | 126 |
Binary | 11001100 | 11001011 | 11101101 | 1110 | 1110 | 0 | 111 | 11110010 | 110001 | 1010110 |
Color Harmonies of #CCCBED
Complementary color
Monochromatic Colors of #CCCBED
Black with #CCCBED
Text Example
Text Example
White with #CCCBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCBED; }
p { color: rgb(204,203,237); }
H1.HeaderClassName
{
color: #CCCBED;
}
.AnyTagClassName
{
color: #CCCBED;
}
</style>
background-color css
<style>
a { background-color: #CCCBED; }
a { background-color: rgb(204,203,237); }
div.DivClassName
{
background-color: #CCCBED;
}
.BgClassName
{
background-color: #CCCBED;
}
</style>
border-color css
<style>
span { border-color: #CCCBED; }
span { border-color: rgb(204,203,237); }
td.TdClassName
{
border-color: #CCCBED;
}
.TagClassName
{
border-color: #CCCBED;
}
</style>