Shades of Pale Rose #EECDCF
Tints of Pale Rose #EECDCF
RGB
CMYK
RGB Variations
Color information
#EECDCF (or 0xEECDCF) is known color: Pale Rose. HEX triplet: EE, CD and CF. RGB value is (238,205,207). Sum of RGB (Red+Green+Blue) = 238+205+207=650 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.62% from 650); Green value is 205 (80.47% from 255 or 31.54% from 650); Blue value is 207 (81.25% from 255 or 31.85% from 650); Max value from RGB is 238 - color contains mainly: red. Hex color #EECDCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECDCF is #113230. Grayscale: #D7D7D7. Windows color (decimal): -1126961 or 13618670. OLE color: 13618670.
HSL color Cylindrical-coordinate representation of color #EECDCF: hue angle of 356.36º degrees, saturation: 0.49, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EECDCF is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 205 | 207 | - |
CMYK | 0 | 0.14 | 0.13 | 0.07 |
HSL | 356.36º | 0.49% | 0.87% | - |
HSV(B) | 356.36º | 0.14% | 0.93% | - |
XYZ | 68.35 | 66.34 | 68.23 | - |
YUV | 215.1 | 123.43 | 144.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 205 | 207 | 0 | 0.14 | 0.13 | 0.07 | 356.36 | 0.49 | 0.87 |
Hex | EE | CD | CF | 0 | E | D | 7 | 164 | 31 | 57 |
Octal | 356 | 315 | 317 | 0 | 16 | 15 | 7 | 544 | 61 | 127 |
Binary | 11101110 | 11001101 | 11001111 | 0 | 1110 | 1101 | 111 | 101100100 | 110001 | 1010111 |
Color Harmonies of #EECDCF
Complementary color
Monochromatic Colors of #EECDCF
Black with #EECDCF
Text Example
Text Example
White with #EECDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECDCF; }
p { color: rgb(238,205,207); }
H1.HeaderClassName
{
color: #EECDCF;
}
.AnyTagClassName
{
color: #EECDCF;
}
</style>
background-color css
<style>
a { background-color: #EECDCF; }
a { background-color: rgb(238,205,207); }
div.DivClassName
{
background-color: #EECDCF;
}
.BgClassName
{
background-color: #EECDCF;
}
</style>
border-color css
<style>
span { border-color: #EECDCF; }
span { border-color: rgb(238,205,207); }
td.TdClassName
{
border-color: #EECDCF;
}
.TagClassName
{
border-color: #EECDCF;
}
</style>