Shades of Blue Chalk #EDDAF9
Tints of Blue Chalk #EDDAF9
RGB
CMYK
RGB Variations
Color information
#EDDAF9 (or 0xEDDAF9) is known color: Blue Chalk. HEX triplet: ED, DA and F9. RGB value is (237,218,249). Sum of RGB (Red+Green+Blue) = 237+218+249=704 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.66% from 704); Green value is 218 (85.55% from 255 or 30.97% from 704); Blue value is 249 (97.66% from 255 or 35.37% from 704); Max value from RGB is 249 - color contains mainly: blue. Hex color #EDDAF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDAF9 is #122506. Grayscale: #E3E3E3. Windows color (decimal): -1189127 or 16374509. OLE color: 16374509.
HSL color Cylindrical-coordinate representation of color #EDDAF9: hue angle of 276.77º degrees, saturation: 0.72, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EDDAF9 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 237 | 218 | 249 | - |
CMYK | 0.05 | 0.12 | 0 | 0.02 |
HSL | 276.77º | 0.72% | 0.92% | - |
HSV(B) | 276.77º | 0.12% | 0.98% | - |
XYZ | 77.1 | 74.99 | 100.03 | - |
YUV | 227.22 | 140.29 | 134.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 218 | 249 | 0.05 | 0.12 | 0 | 0.02 | 276.77 | 0.72 | 0.92 |
Hex | ED | DA | F9 | 5 | C | 0 | 2 | 115 | 48 | 5C |
Octal | 355 | 332 | 371 | 5 | 14 | 0 | 2 | 425 | 110 | 134 |
Binary | 11101101 | 11011010 | 11111001 | 101 | 1100 | 0 | 10 | 100010101 | 1001000 | 1011100 |
Color Harmonies of #EDDAF9
Complementary color
Monochromatic Colors of #EDDAF9
Black with #EDDAF9
Text Example
Text Example
White with #EDDAF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDAF9; }
p { color: rgb(237,218,249); }
H1.HeaderClassName
{
color: #EDDAF9;
}
.AnyTagClassName
{
color: #EDDAF9;
}
</style>
background-color css
<style>
a { background-color: #EDDAF9; }
a { background-color: rgb(237,218,249); }
div.DivClassName
{
background-color: #EDDAF9;
}
.BgClassName
{
background-color: #EDDAF9;
}
</style>
border-color css
<style>
span { border-color: #EDDAF9; }
span { border-color: rgb(237,218,249); }
td.TdClassName
{
border-color: #EDDAF9;
}
.TagClassName
{
border-color: #EDDAF9;
}
</style>