Shades of Blue Chalk #EDDBF7
Tints of Blue Chalk #EDDBF7
RGB
CMYK
RGB Variations
Color information
#EDDBF7 (or 0xEDDBF7) is known color: Blue Chalk. HEX triplet: ED, DB and F7. RGB value is (237,219,247). Sum of RGB (Red+Green+Blue) = 237+219+247=703 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.71% from 703); Green value is 219 (85.94% from 255 or 31.15% from 703); Blue value is 247 (96.88% from 255 or 35.14% from 703); Max value from RGB is 247 - color contains mainly: blue. Hex color #EDDBF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDBF7 is #122408. Grayscale: #E3E3E3. Windows color (decimal): -1188873 or 16243693. OLE color: 16243693.
HSL color Cylindrical-coordinate representation of color #EDDBF7: hue angle of 278.57º degrees, saturation: 0.64, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EDDBF7 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 237 | 219 | 247 | - |
CMYK | 0.04 | 0.11 | 0 | 0.03 |
HSL | 278.57º | 0.64% | 0.91% | - |
HSV(B) | 278.57º | 0.11% | 0.97% | - |
XYZ | 77.05 | 75.38 | 98.49 | - |
YUV | 227.57 | 138.96 | 134.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 219 | 247 | 0.04 | 0.11 | 0 | 0.03 | 278.57 | 0.64 | 0.91 |
Hex | ED | DB | F7 | 4 | B | 0 | 3 | 117 | 40 | 5B |
Octal | 355 | 333 | 367 | 4 | 13 | 0 | 3 | 427 | 100 | 133 |
Binary | 11101101 | 11011011 | 11110111 | 100 | 1011 | 0 | 11 | 100010111 | 1000000 | 1011011 |
Color Harmonies of #EDDBF7
Complementary color
Monochromatic Colors of #EDDBF7
Black with #EDDBF7
Text Example
Text Example
White with #EDDBF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDBF7; }
p { color: rgb(237,219,247); }
H1.HeaderClassName
{
color: #EDDBF7;
}
.AnyTagClassName
{
color: #EDDBF7;
}
</style>
background-color css
<style>
a { background-color: #EDDBF7; }
a { background-color: rgb(237,219,247); }
div.DivClassName
{
background-color: #EDDBF7;
}
.BgClassName
{
background-color: #EDDBF7;
}
</style>
border-color css
<style>
span { border-color: #EDDBF7; }
span { border-color: rgb(237,219,247); }
td.TdClassName
{
border-color: #EDDBF7;
}
.TagClassName
{
border-color: #EDDBF7;
}
</style>