Html Css Color HEX #EED1DE Classic Rose

📋 copy color: '#EED1DE'

red 238 ◦ green 209 ◦ blue 222

#EED1DE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Classic Rose #EED1DE

Tints of Classic Rose #EED1DE

RGB

 RED value IS 238 (93.36% from 255) = 35.58%

 GREEN value IS 209 (82.03% from 255) = 31.24%

 BLUE value IS 222 (87.11% from 255) = 33.18%

R = 35.58%
G = 31.24%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EED1DE (or 0xEED1DE) is known color: Classic Rose. HEX triplet: EE, D1 and DE. RGB value is (238,209,222). Sum of RGB (Red+Green+Blue) = 238+209+222=669 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.58% from 669); Green value is 209 (82.03% from 255 or 31.24% from 669); Blue value is 222 (87.11% from 255 or 33.18% from 669); Max value from RGB is 238 - color contains mainly: red. Hex color #EED1DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED1DE is #112E21. Grayscale: #DBDBDB. Windows color (decimal): -1125922 or 14602734. OLE color: 14602734.

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

Color convert

RGB 238 209 222 -
CMYK 0 0.12 0.07 0.07
HSL 333.1º 0.46% 0.88% -
HSV(B) 333.1º 0.12% 0.93% -
XYZ 71.25 69.05 78.68 -
YUV 219.15 129.61 141.44 -
System Red Green Blue C M Y K H S L
Decimal 238 209 222 0 0.12 0.07 0.07 333.1 0.46 0.88
Hex EE D1 DE 0 C 7 7 14D 2E 58
Octal 356 321 336 0 14 7 7 515 56 130
Binary 11101110 11010001 11011110 0 1100 111 111 101001101 101110 1011000

Color Harmonies of #EED1DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED1DE

Black with #EED1DE

Text Example


Text Example

White with #EED1DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED1DE; }

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

 H1.HeaderClassName
 {
   color: #EED1DE;
 }
 .AnyTagClassName
 {
   color: #EED1DE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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