Shades of Blue Chalk #E6CDF3
Tints of Blue Chalk #E6CDF3
RGB
CMYK
RGB Variations
Color information
#E6CDF3 (or 0xE6CDF3) is known color: Blue Chalk. HEX triplet: E6, CD and F3. RGB value is (230,205,243). Sum of RGB (Red+Green+Blue) = 230+205+243=678 (89% of max value = 765). Red value is 230 (90.23% from 255 or 33.92% from 678); Green value is 205 (80.47% from 255 or 30.24% from 678); Blue value is 243 (95.31% from 255 or 35.84% from 678); Max value from RGB is 243 - color contains mainly: blue. Hex color #E6CDF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CDF3 is #19320C. Grayscale: #D8D8D8. Windows color (decimal): -1651213 or 15977958. OLE color: 15977958.
HSL color Cylindrical-coordinate representation of color #E6CDF3: hue angle of 279.47º degrees, saturation: 0.61, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E6CDF3 is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 230 | 205 | 243 | - |
CMYK | 0.05 | 0.16 | 0 | 0.05 |
HSL | 279.47º | 0.61% | 0.88% | - |
HSV(B) | 279.47º | 0.16% | 0.95% | - |
XYZ | 70.64 | 66.96 | 93.99 | - |
YUV | 216.81 | 142.78 | 137.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 205 | 243 | 0.05 | 0.16 | 0 | 0.05 | 279.47 | 0.61 | 0.88 |
Hex | E6 | CD | F3 | 5 | 10 | 0 | 5 | 117 | 3D | 58 |
Octal | 346 | 315 | 363 | 5 | 20 | 0 | 5 | 427 | 75 | 130 |
Binary | 11100110 | 11001101 | 11110011 | 101 | 10000 | 0 | 101 | 100010111 | 111101 | 1011000 |
Color Harmonies of #E6CDF3
Complementary color
Monochromatic Colors of #E6CDF3
Black with #E6CDF3
Text Example
Text Example
White with #E6CDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CDF3; }
p { color: rgb(230,205,243); }
H1.HeaderClassName
{
color: #E6CDF3;
}
.AnyTagClassName
{
color: #E6CDF3;
}
</style>
background-color css
<style>
a { background-color: #E6CDF3; }
a { background-color: rgb(230,205,243); }
div.DivClassName
{
background-color: #E6CDF3;
}
.BgClassName
{
background-color: #E6CDF3;
}
</style>
border-color css
<style>
span { border-color: #E6CDF3; }
span { border-color: rgb(230,205,243); }
td.TdClassName
{
border-color: #E6CDF3;
}
.TagClassName
{
border-color: #E6CDF3;
}
</style>