Html Css Color HEX #EED0E0 Classic Rose

📋 copy color: '#EED0E0'

red 238 ◦ green 208 ◦ blue 224

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

Shades of Classic Rose #EED0E0

Tints of Classic Rose #EED0E0

RGB

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

 GREEN value IS 208 (81.64% from 255) = 31.04%

 BLUE value IS 224 (87.89% from 255) = 33.43%

R = 35.52%
G = 31.04%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EED0E0 (or 0xEED0E0) is known color: Classic Rose. HEX triplet: EE, D0 and E0. RGB value is (238,208,224). Sum of RGB (Red+Green+Blue) = 238+208+224=670 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.52% from 670); Green value is 208 (81.64% from 255 or 31.04% from 670); Blue value is 224 (87.89% from 255 or 33.43% from 670); Max value from RGB is 238 - color contains mainly: red. Hex color #EED0E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED0E0 is #112F1F. Grayscale: #DADADA. Windows color (decimal): -1126176 or 14733550. OLE color: 14733550.

HSL color Cylindrical-coordinate representation of color #EED0E0: hue angle of 328º degrees, saturation: 0.47, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EED0E0 is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 208 224 -
CMYK 0 0.13 0.06 0.07
HSL 328º 0.47% 0.87% -
HSV(B) 328º 0.13% 0.93% -
XYZ 71.27 68.67 80.02 -
YUV 218.79 130.94 141.7 -
System Red Green Blue C M Y K H S L
Decimal 238 208 224 0 0.13 0.06 0.07 328 0.47 0.87
Hex EE D0 E0 0 D 6 7 148 2F 57
Octal 356 320 340 0 15 6 7 510 57 127
Binary 11101110 11010000 11100000 0 1101 110 111 101001000 101111 1010111

Color Harmonies of #EED0E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED0E0

Black with #EED0E0

Text Example


Text Example

White with #EED0E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED0E0; }

 p { color: rgb(238,208,224); }

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

background-color css

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

 a { background-color: rgb(238,208,224); }

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

border-color css

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

 span { border-color: rgb(238,208,224); }

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