Shades of Blue Chalk #EED2FD
Tints of Blue Chalk #EED2FD
RGB
CMYK
RGB Variations
Color information
#EED2FD (or 0xEED2FD) is known color: Blue Chalk. HEX triplet: EE, D2 and FD. RGB value is (238,210,253). Sum of RGB (Red+Green+Blue) = 238+210+253=701 (92% of max value = 765). Red value is 238 (93.36% from 255 or 33.95% from 701); Green value is 210 (82.42% from 255 or 29.96% from 701); Blue value is 253 (99.22% from 255 or 36.09% from 701); Max value from RGB is 253 - color contains mainly: blue. Hex color #EED2FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED2FD is #112D02. Grayscale: #DFDFDF. Windows color (decimal): -1125635 or 16634606. OLE color: 16634606.
HSL color Cylindrical-coordinate representation of color #EED2FD: hue angle of 279.07º 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 #EED2FD is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 238 | 210 | 253 | - |
CMYK | 0.06 | 0.17 | 0 | 0.01 |
HSL | 279.07º | 0.91% | 0.91% | - |
HSV(B) | 279.07º | 0.17% | 0.99% | - |
XYZ | 76.04 | 71.36 | 102.7 | - |
YUV | 223.27 | 144.78 | 138.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 210 | 253 | 0.06 | 0.17 | 0 | 0.01 | 279.07 | 0.91 | 0.91 |
Hex | EE | D2 | FD | 6 | 11 | 0 | 1 | 117 | 5B | 5B |
Octal | 356 | 322 | 375 | 6 | 21 | 0 | 1 | 427 | 133 | 133 |
Binary | 11101110 | 11010010 | 11111101 | 110 | 10001 | 0 | 1 | 100010111 | 1011011 | 1011011 |
Color Harmonies of #EED2FD
Complementary color
Monochromatic Colors of #EED2FD
Black with #EED2FD
Text Example
Text Example
White with #EED2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED2FD; }
p { color: rgb(238,210,253); }
H1.HeaderClassName
{
color: #EED2FD;
}
.AnyTagClassName
{
color: #EED2FD;
}
</style>
background-color css
<style>
a { background-color: #EED2FD; }
a { background-color: rgb(238,210,253); }
div.DivClassName
{
background-color: #EED2FD;
}
.BgClassName
{
background-color: #EED2FD;
}
</style>
border-color css
<style>
span { border-color: #EED2FD; }
span { border-color: rgb(238,210,253); }
td.TdClassName
{
border-color: #EED2FD;
}
.TagClassName
{
border-color: #EED2FD;
}
</style>