Shades of Blue Chalk #EDDBFD
Tints of Blue Chalk #EDDBFD
RGB
CMYK
RGB Variations
Color information
#EDDBFD (or 0xEDDBFD) is known color: Blue Chalk. HEX triplet: ED, DB and FD. RGB value is (237,219,253). Sum of RGB (Red+Green+Blue) = 237+219+253=709 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.43% from 709); Green value is 219 (85.94% from 255 or 30.89% from 709); Blue value is 253 (99.22% from 255 or 35.68% from 709); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDDBFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDBFD is #122402. Grayscale: #E4E4E4. Windows color (decimal): -1188867 or 16636909. OLE color: 16636909.
HSL color Cylindrical-coordinate representation of color #EDDBFD: hue angle of 271.76º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EDDBFD is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 237 | 219 | 253 | - |
CMYK | 0.06 | 0.13 | 0 | 0.01 |
HSL | 271.76º | 0.89% | 0.93% | - |
HSV(B) | 271.76º | 0.13% | 0.99% | - |
XYZ | 77.99 | 75.76 | 103.44 | - |
YUV | 228.26 | 141.96 | 134.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 219 | 253 | 0.06 | 0.13 | 0 | 0.01 | 271.76 | 0.89 | 0.93 |
Hex | ED | DB | FD | 6 | D | 0 | 1 | 110 | 59 | 5D |
Octal | 355 | 333 | 375 | 6 | 15 | 0 | 1 | 420 | 131 | 135 |
Binary | 11101101 | 11011011 | 11111101 | 110 | 1101 | 0 | 1 | 100010000 | 1011001 | 1011101 |
Color Harmonies of #EDDBFD
Complementary color
Monochromatic Colors of #EDDBFD
Black with #EDDBFD
Text Example
Text Example
White with #EDDBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDBFD; }
p { color: rgb(237,219,253); }
H1.HeaderClassName
{
color: #EDDBFD;
}
.AnyTagClassName
{
color: #EDDBFD;
}
</style>
background-color css
<style>
a { background-color: #EDDBFD; }
a { background-color: rgb(237,219,253); }
div.DivClassName
{
background-color: #EDDBFD;
}
.BgClassName
{
background-color: #EDDBFD;
}
</style>
border-color css
<style>
span { border-color: #EDDBFD; }
span { border-color: rgb(237,219,253); }
td.TdClassName
{
border-color: #EDDBFD;
}
.TagClassName
{
border-color: #EDDBFD;
}
</style>