Shades of Blue Chalk #EDDBF5
Tints of Blue Chalk #EDDBF5
RGB
CMYK
RGB Variations
Color information
#EDDBF5 (or 0xEDDBF5) is known color: Blue Chalk. HEX triplet: ED, DB and F5. RGB value is (237,219,245). Sum of RGB (Red+Green+Blue) = 237+219+245=701 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.81% from 701); Green value is 219 (85.94% from 255 or 31.24% from 701); Blue value is 245 (96.09% from 255 or 34.95% from 701); Max value from RGB is 245 - color contains mainly: blue. Hex color #EDDBF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDBF5 is #12240A. Grayscale: #E3E3E3. Windows color (decimal): -1188875 or 16112621. OLE color: 16112621.
HSL color Cylindrical-coordinate representation of color #EDDBF5: hue angle of 281.54º degrees, saturation: 0.57, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EDDBF5 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 237 | 219 | 245 | - |
CMYK | 0.03 | 0.11 | 0 | 0.04 |
HSL | 281.54º | 0.57% | 0.91% | - |
HSV(B) | 281.54º | 0.11% | 0.96% | - |
XYZ | 76.74 | 75.26 | 96.87 | - |
YUV | 227.35 | 137.96 | 134.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 219 | 245 | 0.03 | 0.11 | 0 | 0.04 | 281.54 | 0.57 | 0.91 |
Hex | ED | DB | F5 | 3 | B | 0 | 4 | 11A | 39 | 5B |
Octal | 355 | 333 | 365 | 3 | 13 | 0 | 4 | 432 | 71 | 133 |
Binary | 11101101 | 11011011 | 11110101 | 11 | 1011 | 0 | 100 | 100011010 | 111001 | 1011011 |
Color Harmonies of #EDDBF5
Complementary color
Monochromatic Colors of #EDDBF5
Black with #EDDBF5
Text Example
Text Example
White with #EDDBF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDBF5; }
p { color: rgb(237,219,245); }
H1.HeaderClassName
{
color: #EDDBF5;
}
.AnyTagClassName
{
color: #EDDBF5;
}
</style>
background-color css
<style>
a { background-color: #EDDBF5; }
a { background-color: rgb(237,219,245); }
div.DivClassName
{
background-color: #EDDBF5;
}
.BgClassName
{
background-color: #EDDBF5;
}
</style>
border-color css
<style>
span { border-color: #EDDBF5; }
span { border-color: rgb(237,219,245); }
td.TdClassName
{
border-color: #EDDBF5;
}
.TagClassName
{
border-color: #EDDBF5;
}
</style>