Shades of Blue Chalk #E2CCF0
Tints of Blue Chalk #E2CCF0
RGB
CMYK
RGB Variations
Color information
#E2CCF0 (or 0xE2CCF0) is known color: Blue Chalk. HEX triplet: E2, CC and F0. RGB value is (226,204,240). Sum of RGB (Red+Green+Blue) = 226+204+240=670 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.73% from 670); Green value is 204 (80.08% from 255 or 30.45% from 670); Blue value is 240 (94.14% from 255 or 35.82% from 670); Max value from RGB is 240 - color contains mainly: blue. Hex color #E2CCF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CCF0 is #1D330F. Grayscale: #D6D6D6. Windows color (decimal): -1913616 or 15781090. OLE color: 15781090.
HSL color Cylindrical-coordinate representation of color #E2CCF0: hue angle of 276.67º degrees, saturation: 0.55, 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 #E2CCF0 is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 204 | 240 | - |
| CMYK | 0.06 | 0.15 | 0 | 0.06 |
| HSL | 276.67º | 0.55% | 0.87% | - |
| HSV(B) | 276.67º | 0.15% | 0.94% | - |
| XYZ | 68.69 | 65.65 | 91.49 | - |
| YUV | 214.68 | 142.29 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 204 | 240 | 0.06 | 0.15 | 0 | 0.06 | 276.67 | 0.55 | 0.87 |
| Hex | E2 | CC | F0 | 6 | F | 0 | 6 | 115 | 37 | 57 |
| Octal | 342 | 314 | 360 | 6 | 17 | 0 | 6 | 425 | 67 | 127 |
| Binary | 11100010 | 11001100 | 11110000 | 110 | 1111 | 0 | 110 | 100010101 | 110111 | 1010111 |
Color Harmonies of #E2CCF0
Complementary color
Monochromatic Colors of #E2CCF0
Black with #E2CCF0
Text Example
Text Example
White with #E2CCF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CCF0; }
p { color: rgb(226,204,240); }
H1.HeaderClassName
{
color: #E2CCF0;
}
.AnyTagClassName
{
color: #E2CCF0;
}
</style>
background-color css
<style>
a { background-color: #E2CCF0; }
a { background-color: rgb(226,204,240); }
div.DivClassName
{
background-color: #E2CCF0;
}
.BgClassName
{
background-color: #E2CCF0;
}
</style>
border-color css
<style>
span { border-color: #E2CCF0; }
span { border-color: rgb(226,204,240); }
td.TdClassName
{
border-color: #E2CCF0;
}
.TagClassName
{
border-color: #E2CCF0;
}
</style>