Shades of Blue Chalk #EAD9F2
Tints of Blue Chalk #EAD9F2
RGB
CMYK
RGB Variations
Color information
#EAD9F2 (or 0xEAD9F2) is known color: Blue Chalk. HEX triplet: EA, D9 and F2. RGB value is (234,217,242). Sum of RGB (Red+Green+Blue) = 234+217+242=693 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.77% from 693); Green value is 217 (85.16% from 255 or 31.31% from 693); Blue value is 242 (94.92% from 255 or 34.92% from 693); Max value from RGB is 242 - color contains mainly: blue. Hex color #EAD9F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD9F2 is #15260D. Grayscale: #E0E0E0. Windows color (decimal): -1385998 or 15915498. OLE color: 15915498.
HSL color Cylindrical-coordinate representation of color #EAD9F2: hue angle of 280.8º degrees, saturation: 0.49, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EAD9F2 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 234 | 217 | 242 | - |
CMYK | 0.03 | 0.10 | 0 | 0.05 |
HSL | 280.8º | 0.49% | 0.9% | - |
HSV(B) | 280.8º | 0.1% | 0.95% | - |
XYZ | 74.77 | 73.53 | 94.26 | - |
YUV | 224.93 | 137.63 | 134.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 217 | 242 | 0.03 | 0.10 | 0 | 0.05 | 280.8 | 0.49 | 0.9 |
Hex | EA | D9 | F2 | 3 | A | 0 | 5 | 119 | 31 | 5A |
Octal | 352 | 331 | 362 | 3 | 12 | 0 | 5 | 431 | 61 | 132 |
Binary | 11101010 | 11011001 | 11110010 | 11 | 1010 | 0 | 101 | 100011001 | 110001 | 1011010 |
Color Harmonies of #EAD9F2
Complementary color
Monochromatic Colors of #EAD9F2
Black with #EAD9F2
Text Example
Text Example
White with #EAD9F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD9F2; }
p { color: rgb(234,217,242); }
H1.HeaderClassName
{
color: #EAD9F2;
}
.AnyTagClassName
{
color: #EAD9F2;
}
</style>
background-color css
<style>
a { background-color: #EAD9F2; }
a { background-color: rgb(234,217,242); }
div.DivClassName
{
background-color: #EAD9F2;
}
.BgClassName
{
background-color: #EAD9F2;
}
</style>
border-color css
<style>
span { border-color: #EAD9F2; }
span { border-color: rgb(234,217,242); }
td.TdClassName
{
border-color: #EAD9F2;
}
.TagClassName
{
border-color: #EAD9F2;
}
</style>