Html Css Color HEX #EED3DD Classic Rose

📋 copy color: '#EED3DD'

red 238 ◦ green 211 ◦ blue 221

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

Shades of Classic Rose #EED3DD

Tints of Classic Rose #EED3DD

RGB

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

 GREEN value IS 211 (82.81% from 255) = 31.49%

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

R = 35.52%
G = 31.49%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EED3DD (or 0xEED3DD) is known color: Classic Rose. HEX triplet: EE, D3 and DD. RGB value is (238,211,221). Sum of RGB (Red+Green+Blue) = 238+211+221=670 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.52% from 670); Green value is 211 (82.81% from 255 or 31.49% from 670); Blue value is 221 (86.72% from 255 or 32.99% from 670); Max value from RGB is 238 - color contains mainly: red. Hex color #EED3DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED3DD is #112C22. Grayscale: #DCDCDC. Windows color (decimal): -1125411 or 14537710. OLE color: 14537710.

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

Color convert

RGB 238 211 221 -
CMYK 0 0.11 0.07 0.07
HSL 337.78º 0.44% 0.88% -
HSV(B) 337.78º 0.11% 0.93% -
XYZ 71.61 69.99 78.14 -
YUV 220.21 128.45 140.69 -
System Red Green Blue C M Y K H S L
Decimal 238 211 221 0 0.11 0.07 0.07 337.78 0.44 0.88
Hex EE D3 DD 0 B 7 7 152 2C 58
Octal 356 323 335 0 13 7 7 522 54 130
Binary 11101110 11010011 11011101 0 1011 111 111 101010010 101100 1011000

Color Harmonies of #EED3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED3DD

Black with #EED3DD

Text Example


Text Example

White with #EED3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED3DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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