Html Css Color HEX #EED2DC Classic Rose

📋 copy color: '#EED2DC'

red 238 ◦ green 210 ◦ blue 220

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

Shades of Classic Rose #EED2DC

Tints of Classic Rose #EED2DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 32.93%

R = 35.63%
G = 31.44%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EED2DC (or 0xEED2DC) is known color: Classic Rose. HEX triplet: EE, D2 and DC. RGB value is (238,210,220). Sum of RGB (Red+Green+Blue) = 238+210+220=668 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.63% from 668); Green value is 210 (82.42% from 255 or 31.44% from 668); Blue value is 220 (86.33% from 255 or 32.93% from 668); Max value from RGB is 238 - color contains mainly: red. Hex color #EED2DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED2DC is #112D23. Grayscale: #DBDBDB. Windows color (decimal): -1125668 or 14471918. OLE color: 14471918.

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

Color convert

RGB 238 210 220 -
CMYK 0 0.12 0.08 0.07
HSL 338.57º 0.45% 0.88% -
HSV(B) 338.57º 0.12% 0.93% -
XYZ 71.22 69.44 77.36 -
YUV 219.51 128.28 141.19 -
System Red Green Blue C M Y K H S L
Decimal 238 210 220 0 0.12 0.08 0.07 338.57 0.45 0.88
Hex EE D2 DC 0 C 8 7 153 2D 58
Octal 356 322 334 0 14 10 7 523 55 130
Binary 11101110 11010010 11011100 0 1100 1000 111 101010011 101101 1011000

Color Harmonies of #EED2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED2DC

Black with #EED2DC

Text Example


Text Example

White with #EED2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED2DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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