#EED6DE

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

Shades of Pale Rose #EED6DE

Tints of Pale Rose #EED6DE

Color information

#EED6DE (or 0xEED6DE) is unknown color: approx Pale Rose. HEX triplet: EE, D6 and DE. RGB value is (238,214,222). Sum of RGB (Red+Green+Blue) = 238+214+222=674 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.31% from 674); Green value is 214 (83.98% from 255 or 31.75% from 674); Blue value is 222 (87.11% from 255 or 32.94% from 674); Max value from RGB is 238 - color contains mainly: red. Hex color #EED6DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED6DE is #112921. Grayscale: #DEDEDE. Windows color (decimal): -1124642 or 14604014. OLE color: 14604014.

HSL color Cylindrical-coordinate representation of color #EED6DE: hue angle of 340º degrees, saturation: 0.41, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EED6DE is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB238214222-
CMYK00.100.070.07
HSL340º41.38%88.63%-
HSV(B)340º10.08%93.33%-
XYZ72.4971.5479.1-
YUV222.09127.95139.35-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.31%
GREEN value IS 214 (83.98% from 255) = 31.75%
BLUE value IS 222 (87.11% from 255) = 32.94%
R=35.31%
G=31.75%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821422200.100.070.0734041.3888.63
HexEED6DE0A771542959
Octal3563263360127752451131
Binary111011101101011011011110010101111111010101001010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED6DE; }

 p { color: rgb(238,214,222); }

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

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

 a { background-color: rgb(238,214,222); }

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

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

 span { border-color: rgb(238,214,222); }

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