#EED1DF

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

Shades of Classic Rose #EED1DF

Tints of Classic Rose #EED1DF

Color information

#EED1DF (or 0xEED1DF) is unknown color: approx Classic Rose. HEX triplet: EE, D1 and DF. RGB value is (238,209,223). Sum of RGB (Red+Green+Blue) = 238+209+223=670 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.52% from 670); Green value is 209 (82.03% from 255 or 31.19% from 670); Blue value is 223 (87.5% from 255 or 33.28% from 670); Max value from RGB is 238 - color contains mainly: red. Hex color #EED1DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED1DF is #112E20. Grayscale: #DBDBDB. Windows color (decimal): -1125921 or 14668270. OLE color: 14668270.

HSL color Cylindrical-coordinate representation of color #EED1DF: hue angle of 331.03º degrees, saturation: 0.46, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EED1DF is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB238209223-
CMYK00.120.060.07
HSL331.03º46.03%87.65%-
HSV(B)331.03º12.18%93.33%-
XYZ71.3869.1179.39-
YUV219.27130.11141.36-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.52%
GREEN value IS 209 (82.03% from 255) = 31.19%
BLUE value IS 223 (87.5% from 255) = 33.28%
R=35.52%
G=31.19%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820922300.120.060.07331.0346.0387.65
HexEED1DF0C6714b2e58
Octal3563213370146751356130
Binary111011101101000111011111011001101111010010111011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED1DF; }

 p { color: rgb(238,209,223); }

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

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

 a { background-color: rgb(238,209,223); }

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

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

 span { border-color: rgb(238,209,223); }

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