#EED6DA

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

Shades of Pale Rose #EED6DA

Tints of Pale Rose #EED6DA

Color information

#EED6DA (or 0xEED6DA) is unknown color: approx Pale Rose. HEX triplet: EE, D6 and DA. RGB value is (238,214,218). Sum of RGB (Red+Green+Blue) = 238+214+218=670 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.52% from 670); Green value is 214 (83.98% from 255 or 31.94% from 670); Blue value is 218 (85.55% from 255 or 32.54% from 670); Max value from RGB is 238 - color contains mainly: red. Hex color #EED6DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED6DA is #112925. Grayscale: #DDDDDD. Windows color (decimal): -1124646 or 14341870. OLE color: 14341870.

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

Color convert

RGB238214218-
CMYK00.100.080.07
HSL350º41.38%88.63%-
HSV(B)350º10.08%93.33%-
XYZ71.9671.3376.31-
YUV221.63125.95139.67-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.52%
GREEN value IS 214 (83.98% from 255) = 31.94%
BLUE value IS 218 (85.55% from 255) = 32.54%
R=35.52%
G=31.94%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821421800.100.080.0735041.3888.63
HexEED6DA0A8715e2959
Octal35632633201210753651131
Binary1110111011010110110110100101010001111010111101010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED6DA; }

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

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

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

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

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

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

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

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