Shades of Blue Chalk #E6CDFF
Tints of Blue Chalk #E6CDFF
RGB
CMYK
RGB Variations
Color information
#E6CDFF (or 0xE6CDFF) is known color: Blue Chalk. HEX triplet: E6, CD and FF. RGB value is (230,205,255). Sum of RGB (Red+Green+Blue) = 230+205+255=690 (91% of max value = 765). Red value is 230 (90.23% from 255 or 33.33% from 690); Green value is 205 (80.47% from 255 or 29.71% from 690); Blue value is 255 (100% from 255 or 36.96% from 690); Max value from RGB is 255 - color contains mainly: blue. Hex color #E6CDFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CDFF is #193200. Grayscale: #DADADA. Windows color (decimal): -1651201 or 16764390. OLE color: 16764390.
HSL color Cylindrical-coordinate representation of color #E6CDFF: hue angle of 270º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E6CDFF is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 230 | 205 | 255 | - |
CMYK | 0.10 | 0.20 | 0 | 0 |
HSL | 270º | 1% | 0.9% | - |
HSV(B) | 270º | 0.2% | 1% | - |
XYZ | 72.51 | 67.71 | 103.85 | - |
YUV | 218.18 | 148.78 | 136.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 205 | 255 | 0.10 | 0.20 | 0 | 0 | 270 | 1 | 0.9 |
Hex | E6 | CD | FF | A | 14 | 0 | 0 | 10E | 64 | 5A |
Octal | 346 | 315 | 377 | 12 | 24 | 0 | 0 | 416 | 144 | 132 |
Binary | 11100110 | 11001101 | 11111111 | 1010 | 10100 | 0 | 0 | 100001110 | 1100100 | 1011010 |
Color Harmonies of #E6CDFF
Complementary color
Monochromatic Colors of #E6CDFF
Black with #E6CDFF
Text Example
Text Example
White with #E6CDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CDFF; }
p { color: rgb(230,205,255); }
H1.HeaderClassName
{
color: #E6CDFF;
}
.AnyTagClassName
{
color: #E6CDFF;
}
</style>
background-color css
<style>
a { background-color: #E6CDFF; }
a { background-color: rgb(230,205,255); }
div.DivClassName
{
background-color: #E6CDFF;
}
.BgClassName
{
background-color: #E6CDFF;
}
</style>
border-color css
<style>
span { border-color: #E6CDFF; }
span { border-color: rgb(230,205,255); }
td.TdClassName
{
border-color: #E6CDFF;
}
.TagClassName
{
border-color: #E6CDFF;
}
</style>