#EECDD0

Color #EECDD0 Pale Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Rose #EECDD0

Tints of Pale Rose #EECDD0

Color information

#EECDD0 (or 0xEECDD0) is unknown color: approx Pale Rose. HEX triplet: EE, CD and D0. RGB value is (238,205,208). Sum of RGB (Red+Green+Blue) = 238+205+208=651 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.56% from 651); Green value is 205 (80.47% from 255 or 31.49% from 651); Blue value is 208 (81.64% from 255 or 31.95% from 651); Max value from RGB is 238 - color contains mainly: red. Hex color #EECDD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECDD0 is #11322F. Grayscale: #D7D7D7. Windows color (decimal): -1126960 or 13684206. OLE color: 13684206.

HSL color Cylindrical-coordinate representation of color #EECDD0: hue angle of 354.55º 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 #EECDD0 is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB238205208-
CMYK00.140.130.07
HSL354.55º49.25%86.86%-
HSV(B)354.55º13.87%93.33%-
XYZ68.4866.3968.88-
YUV215.21123.93144.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 238 (93.36% from 255) = 36.56%
GREEN value IS 205 (80.47% from 255) = 31.49%
BLUE value IS 208 (81.64% from 255) = 31.95%
R=36.56%
G=31.49%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820520800.140.130.07354.5549.2586.86
HexEECDD00ED71633157
Octal35631532001615754361127
Binary1110111011001101110100000111011011111011000111100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECDD0; }

 p { color: rgb(238,205,208); }

 H1.HeaderClassName
 {
   color: #EECDD0;
 }
 .AnyTagClassName
 {
   color: #EECDD0;
 }
</style>
background-color css

<style>
 a { background-color: #EECDD0; }

 a { background-color: rgb(238,205,208); }

 div.DivClassName
 {
   background-color: #EECDD0;
 }
 .BgClassName
 {
   background-color: #EECDD0;
 }
</style>
border-color css

<style>
 span { border-color: #EECDD0; }

 span { border-color: rgb(238,205,208); }

 td.TdClassName
 {
   border-color: #EECDD0;
 }
 .TagClassName
 {
   border-color: #EECDD0;
 }
</style>