Html Css Color HEX #EED2DE Classic Rose

📋 copy color: '#EED2DE'

red 238 ◦ green 210 ◦ blue 222

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

Shades of Classic Rose #EED2DE

Tints of Classic Rose #EED2DE

RGB

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

 GREEN value IS 210 (82.42% from 255) = 31.34%

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

R = 35.52%
G = 31.34%
B = 33.13%

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

#EED2DE (or 0xEED2DE) is known color: Classic Rose. HEX triplet: EE, D2 and DE. RGB value is (238,210,222). Sum of RGB (Red+Green+Blue) = 238+210+222=670 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.52% from 670); Green value is 210 (82.42% from 255 or 31.34% from 670); Blue value is 222 (87.11% from 255 or 33.13% from 670); Max value from RGB is 238 - color contains mainly: red. Hex color #EED2DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED2DE is #112D21. Grayscale: #DBDBDB. Windows color (decimal): -1125666 or 14602990. OLE color: 14602990.

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

Color convert

RGB 238 210 222 -
CMYK 0 0.12 0.07 0.07
HSL 334.29º 0.45% 0.88% -
HSV(B) 334.29º 0.12% 0.93% -
XYZ 71.49 69.54 78.76 -
YUV 219.74 129.28 141.02 -
System Red Green Blue C M Y K H S L
Decimal 238 210 222 0 0.12 0.07 0.07 334.29 0.45 0.88
Hex EE D2 DE 0 C 7 7 14E 2D 58
Octal 356 322 336 0 14 7 7 516 55 130
Binary 11101110 11010010 11011110 0 1100 111 111 101001110 101101 1011000

Color Harmonies of #EED2DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED2DE

Black with #EED2DE

Text Example


Text Example

White with #EED2DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED2DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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