Html Css Color HEX #EED2DD Classic Rose

📋 copy color: '#EED2DD'

red 238 ◦ green 210 ◦ blue 221

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

Shades of Classic Rose #EED2DD

Tints of Classic Rose #EED2DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 33.03%

R = 35.58%
G = 31.39%
B = 33.03%

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

#EED2DD (or 0xEED2DD) is known color: Classic Rose. HEX triplet: EE, D2 and DD. RGB value is (238,210,221). Sum of RGB (Red+Green+Blue) = 238+210+221=669 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.58% from 669); Green value is 210 (82.42% from 255 or 31.39% from 669); Blue value is 221 (86.72% from 255 or 33.03% from 669); Max value from RGB is 238 - color contains mainly: red. Hex color #EED2DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED2DD is #112D22. Grayscale: #DBDBDB. Windows color (decimal): -1125667 or 14537454. OLE color: 14537454.

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

Color convert

RGB 238 210 221 -
CMYK 0 0.12 0.07 0.07
HSL 336.43º 0.45% 0.88% -
HSV(B) 336.43º 0.12% 0.93% -
XYZ 71.36 69.49 78.06 -
YUV 219.63 128.78 141.11 -
System Red Green Blue C M Y K H S L
Decimal 238 210 221 0 0.12 0.07 0.07 336.43 0.45 0.88
Hex EE D2 DD 0 C 7 7 150 2D 58
Octal 356 322 335 0 14 7 7 520 55 130
Binary 11101110 11010010 11011101 0 1100 111 111 101010000 101101 1011000

Color Harmonies of #EED2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED2DD

Black with #EED2DD

Text Example


Text Example

White with #EED2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED2DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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