Shades of Pale Rose #E6D1D4
Tints of Pale Rose #E6D1D4
RGB
CMYK
RGB Variations
Color information
#E6D1D4 (or 0xE6D1D4) is known color: Pale Rose. HEX triplet: E6, D1 and D4. RGB value is (230,209,212). Sum of RGB (Red+Green+Blue) = 230+209+212=651 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.33% from 651); Green value is 209 (82.03% from 255 or 32.10% from 651); Blue value is 212 (83.20% from 255 or 32.57% from 651); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D1D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6D1D4 is #192E2B. Grayscale: #D7D7D7. Windows color (decimal): -1650220 or 13947366. OLE color: 13947366.
HSL color Cylindrical-coordinate representation of color #E6D1D4: hue angle of 351.43º degrees, saturation: 0.3, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E6D1D4 is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
RGB | 230 | 209 | 212 | - |
CMYK | 0 | 0.09 | 0.08 | 0.10 |
HSL | 351.43º | 0.3% | 0.86% | - |
HSV(B) | 351.43º | 0.09% | 0.9% | - |
XYZ | 67.32 | 67.18 | 71.71 | - |
YUV | 215.62 | 125.96 | 138.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 209 | 212 | 0 | 0.09 | 0.08 | 0.10 | 351.43 | 0.3 | 0.86 |
Hex | E6 | D1 | D4 | 0 | 9 | 8 | A | 15F | 1E | 56 |
Octal | 346 | 321 | 324 | 0 | 11 | 10 | 12 | 537 | 36 | 126 |
Binary | 11100110 | 11010001 | 11010100 | 0 | 1001 | 1000 | 1010 | 101011111 | 11110 | 1010110 |
Color Harmonies of #E6D1D4
Complementary color
Monochromatic Colors of #E6D1D4
Black with #E6D1D4
Text Example
Text Example
White with #E6D1D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D1D4; }
p { color: rgb(230,209,212); }
H1.HeaderClassName
{
color: #E6D1D4;
}
.AnyTagClassName
{
color: #E6D1D4;
}
</style>
background-color css
<style>
a { background-color: #E6D1D4; }
a { background-color: rgb(230,209,212); }
div.DivClassName
{
background-color: #E6D1D4;
}
.BgClassName
{
background-color: #E6D1D4;
}
</style>
border-color css
<style>
span { border-color: #E6D1D4; }
span { border-color: rgb(230,209,212); }
td.TdClassName
{
border-color: #E6D1D4;
}
.TagClassName
{
border-color: #E6D1D4;
}
</style>