Shades of Blue Chalk #EAD2FD
Tints of Blue Chalk #EAD2FD
RGB
CMYK
RGB Variations
Color information
#EAD2FD (or 0xEAD2FD) is known color: Blue Chalk. HEX triplet: EA, D2 and FD. RGB value is (234,210,253). Sum of RGB (Red+Green+Blue) = 234+210+253=697 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.57% from 697); Green value is 210 (82.42% from 255 or 30.13% from 697); Blue value is 253 (99.22% from 255 or 36.30% from 697); Max value from RGB is 253 - color contains mainly: blue. Hex color #EAD2FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD2FD is #152D02. Grayscale: #DDDDDD. Windows color (decimal): -1387779 or 16634602. OLE color: 16634602.
HSL color Cylindrical-coordinate representation of color #EAD2FD: hue angle of 273.49º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EAD2FD is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 234 | 210 | 253 | - |
CMYK | 0.08 | 0.17 | 0 | 0.01 |
HSL | 273.49º | 0.91% | 0.91% | - |
HSV(B) | 273.49º | 0.17% | 0.99% | - |
XYZ | 74.71 | 70.68 | 102.63 | - |
YUV | 222.08 | 145.45 | 136.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 210 | 253 | 0.08 | 0.17 | 0 | 0.01 | 273.49 | 0.91 | 0.91 |
Hex | EA | D2 | FD | 8 | 11 | 0 | 1 | 111 | 5B | 5B |
Octal | 352 | 322 | 375 | 10 | 21 | 0 | 1 | 421 | 133 | 133 |
Binary | 11101010 | 11010010 | 11111101 | 1000 | 10001 | 0 | 1 | 100010001 | 1011011 | 1011011 |
Color Harmonies of #EAD2FD
Complementary color
Monochromatic Colors of #EAD2FD
Black with #EAD2FD
Text Example
Text Example
White with #EAD2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD2FD; }
p { color: rgb(234,210,253); }
H1.HeaderClassName
{
color: #EAD2FD;
}
.AnyTagClassName
{
color: #EAD2FD;
}
</style>
background-color css
<style>
a { background-color: #EAD2FD; }
a { background-color: rgb(234,210,253); }
div.DivClassName
{
background-color: #EAD2FD;
}
.BgClassName
{
background-color: #EAD2FD;
}
</style>
border-color css
<style>
span { border-color: #EAD2FD; }
span { border-color: rgb(234,210,253); }
td.TdClassName
{
border-color: #EAD2FD;
}
.TagClassName
{
border-color: #EAD2FD;
}
</style>