Shades of Blue Chalk #E9CDFB
Tints of Blue Chalk #E9CDFB
RGB
CMYK
RGB Variations
Color information
#E9CDFB (or 0xE9CDFB) is known color: Blue Chalk. HEX triplet: E9, CD and FB. RGB value is (233,205,251). Sum of RGB (Red+Green+Blue) = 233+205+251=689 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.82% from 689); Green value is 205 (80.47% from 255 or 29.75% from 689); Blue value is 251 (98.44% from 255 or 36.43% from 689); Max value from RGB is 251 - color contains mainly: blue. Hex color #E9CDFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9CDFB is #163204. Grayscale: #DADADA. Windows color (decimal): -1454597 or 16502249. OLE color: 16502249.
HSL color Cylindrical-coordinate representation of color #E9CDFB: hue angle of 276.52º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E9CDFB is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 233 | 205 | 251 | - |
CMYK | 0.07 | 0.18 | 0 | 0.02 |
HSL | 276.52º | 0.85% | 0.89% | - |
HSV(B) | 276.52º | 0.18% | 0.98% | - |
XYZ | 72.85 | 67.95 | 100.54 | - |
YUV | 218.62 | 146.28 | 138.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 205 | 251 | 0.07 | 0.18 | 0 | 0.02 | 276.52 | 0.85 | 0.89 |
Hex | E9 | CD | FB | 7 | 12 | 0 | 2 | 115 | 55 | 59 |
Octal | 351 | 315 | 373 | 7 | 22 | 0 | 2 | 425 | 125 | 131 |
Binary | 11101001 | 11001101 | 11111011 | 111 | 10010 | 0 | 10 | 100010101 | 1010101 | 1011001 |
Color Harmonies of #E9CDFB
Complementary color
Monochromatic Colors of #E9CDFB
Black with #E9CDFB
Text Example
Text Example
White with #E9CDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CDFB; }
p { color: rgb(233,205,251); }
H1.HeaderClassName
{
color: #E9CDFB;
}
.AnyTagClassName
{
color: #E9CDFB;
}
</style>
background-color css
<style>
a { background-color: #E9CDFB; }
a { background-color: rgb(233,205,251); }
div.DivClassName
{
background-color: #E9CDFB;
}
.BgClassName
{
background-color: #E9CDFB;
}
</style>
border-color css
<style>
span { border-color: #E9CDFB; }
span { border-color: rgb(233,205,251); }
td.TdClassName
{
border-color: #E9CDFB;
}
.TagClassName
{
border-color: #E9CDFB;
}
</style>