Shades of Blue Chalk #E6CBED
Tints of Blue Chalk #E6CBED
RGB
CMYK
RGB Variations
Color information
#E6CBED (or 0xE6CBED) is known color: Blue Chalk. HEX triplet: E6, CB and ED. RGB value is (230,203,237). Sum of RGB (Red+Green+Blue) = 230+203+237=670 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.33% from 670); Green value is 203 (79.69% from 255 or 30.30% from 670); Blue value is 237 (92.97% from 255 or 35.37% from 670); Max value from RGB is 237 - color contains mainly: blue. Hex color #E6CBED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CBED is #193412. Grayscale: #D6D6D6. Windows color (decimal): -1651731 or 15584230. OLE color: 15584230.
HSL color Cylindrical-coordinate representation of color #E6CBED: hue angle of 287.65º 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 #E6CBED is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 203 | 237 | - |
| CMYK | 0.03 | 0.14 | 0 | 0.07 |
| HSL | 287.65º | 0.49% | 0.86% | - |
| HSV(B) | 287.65º | 0.14% | 0.93% | - |
| XYZ | 69.28 | 65.65 | 89.14 | - |
| YUV | 214.95 | 140.45 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 203 | 237 | 0.03 | 0.14 | 0 | 0.07 | 287.65 | 0.49 | 0.86 |
| Hex | E6 | CB | ED | 3 | E | 0 | 7 | 120 | 31 | 56 |
| Octal | 346 | 313 | 355 | 3 | 16 | 0 | 7 | 440 | 61 | 126 |
| Binary | 11100110 | 11001011 | 11101101 | 11 | 1110 | 0 | 111 | 100100000 | 110001 | 1010110 |
Color Harmonies of #E6CBED
Complementary color
Monochromatic Colors of #E6CBED
Black with #E6CBED
Text Example
Text Example
White with #E6CBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CBED; }
p { color: rgb(230,203,237); }
H1.HeaderClassName
{
color: #E6CBED;
}
.AnyTagClassName
{
color: #E6CBED;
}
</style>
background-color css
<style>
a { background-color: #E6CBED; }
a { background-color: rgb(230,203,237); }
div.DivClassName
{
background-color: #E6CBED;
}
.BgClassName
{
background-color: #E6CBED;
}
</style>
border-color css
<style>
span { border-color: #E6CBED; }
span { border-color: rgb(230,203,237); }
td.TdClassName
{
border-color: #E6CBED;
}
.TagClassName
{
border-color: #E6CBED;
}
</style>