Html Css Color HEX #EED4E3 Classic Rose

📋 copy color: '#EED4E3'

red 238 ◦ green 212 ◦ blue 227

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

Shades of Classic Rose #EED4E3

Tints of Classic Rose #EED4E3

RGB

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

 GREEN value IS 212 (83.2% from 255) = 31.31%

 BLUE value IS 227 (89.06% from 255) = 33.53%

R = 35.16%
G = 31.31%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#EED4E3 (or 0xEED4E3) is known color: Classic Rose. HEX triplet: EE, D4 and E3. RGB value is (238,212,227). Sum of RGB (Red+Green+Blue) = 238+212+227=677 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.16% from 677); Green value is 212 (83.20% from 255 or 31.31% from 677); Blue value is 227 (89.06% from 255 or 33.53% from 677); Max value from RGB is 238 - color contains mainly: red. Hex color #EED4E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED4E3 is #112B1C. Grayscale: #DDDDDD. Windows color (decimal): -1125149 or 14931182. OLE color: 14931182.

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

Color convert

RGB 238 212 227 -
CMYK 0 0.11 0.05 0.07
HSL 325.38º 0.43% 0.88% -
HSV(B) 325.38º 0.11% 0.93% -
XYZ 72.67 70.81 82.51 -
YUV 221.48 131.11 139.78 -
System Red Green Blue C M Y K H S L
Decimal 238 212 227 0 0.11 0.05 0.07 325.38 0.43 0.88
Hex EE D4 E3 0 B 5 7 145 2B 58
Octal 356 324 343 0 13 5 7 505 53 130
Binary 11101110 11010100 11100011 0 1011 101 111 101000101 101011 1011000

Color Harmonies of #EED4E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED4E3

Black with #EED4E3

Text Example


Text Example

White with #EED4E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED4E3; }

 p { color: rgb(238,212,227); }

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

background-color css

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

 a { background-color: rgb(238,212,227); }

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

border-color css

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

 span { border-color: rgb(238,212,227); }

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