Shades of Pale Rose #EFCDD2
Tints of Pale Rose #EFCDD2
RGB
CMYK
RGB Variations
Color information
#EFCDD2 (or 0xEFCDD2) is known color: Pale Rose. HEX triplet: EF, CD and D2. RGB value is (239,205,210). Sum of RGB (Red+Green+Blue) = 239+205+210=654 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.54% from 654); Green value is 205 (80.47% from 255 or 31.35% from 654); Blue value is 210 (82.42% from 255 or 32.11% from 654); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCDD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCDD2 is #10322D. Grayscale: #D7D7D7. Windows color (decimal): -1061422 or 13815279. OLE color: 13815279.
HSL color Cylindrical-coordinate representation of color #EFCDD2: hue angle of 351.18º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EFCDD2 is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 205 | 210 | - |
CMYK | 0 | 0.14 | 0.12 | 0.06 |
HSL | 351.18º | 0.52% | 0.87% | - |
HSV(B) | 351.18º | 0.14% | 0.94% | - |
XYZ | 69.06 | 66.67 | 70.2 | - |
YUV | 215.74 | 124.76 | 144.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 205 | 210 | 0 | 0.14 | 0.12 | 0.06 | 351.18 | 0.52 | 0.87 |
Hex | EF | CD | D2 | 0 | E | C | 6 | 15F | 34 | 57 |
Octal | 357 | 315 | 322 | 0 | 16 | 14 | 6 | 537 | 64 | 127 |
Binary | 11101111 | 11001101 | 11010010 | 0 | 1110 | 1100 | 110 | 101011111 | 110100 | 1010111 |
Color Harmonies of #EFCDD2
Complementary color
Monochromatic Colors of #EFCDD2
Black with #EFCDD2
Text Example
Text Example
White with #EFCDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCDD2; }
p { color: rgb(239,205,210); }
H1.HeaderClassName
{
color: #EFCDD2;
}
.AnyTagClassName
{
color: #EFCDD2;
}
</style>
background-color css
<style>
a { background-color: #EFCDD2; }
a { background-color: rgb(239,205,210); }
div.DivClassName
{
background-color: #EFCDD2;
}
.BgClassName
{
background-color: #EFCDD2;
}
</style>
border-color css
<style>
span { border-color: #EFCDD2; }
span { border-color: rgb(239,205,210); }
td.TdClassName
{
border-color: #EFCDD2;
}
.TagClassName
{
border-color: #EFCDD2;
}
</style>