Html Css Color HEX #EED4E4 Classic Rose

📋 copy color: '#EED4E4'

red 238 ◦ green 212 ◦ blue 228

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

Shades of Classic Rose #EED4E4

Tints of Classic Rose #EED4E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 33.63%

R = 35.1%
G = 31.27%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#EED4E4 (or 0xEED4E4) is known color: Classic Rose. HEX triplet: EE, D4 and E4. RGB value is (238,212,228). Sum of RGB (Red+Green+Blue) = 238+212+228=678 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.10% from 678); Green value is 212 (83.20% from 255 or 31.27% from 678); Blue value is 228 (89.45% from 255 or 33.63% from 678); Max value from RGB is 238 - color contains mainly: red. Hex color #EED4E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED4E4 is #112B1B. Grayscale: #DDDDDD. Windows color (decimal): -1125148 or 14996718. OLE color: 14996718.

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

Color convert

RGB 238 212 228 -
CMYK 0 0.11 0.04 0.07
HSL 323.08º 0.43% 0.88% -
HSV(B) 323.08º 0.11% 0.93% -
XYZ 72.81 70.87 83.24 -
YUV 221.6 131.61 139.7 -
System Red Green Blue C M Y K H S L
Decimal 238 212 228 0 0.11 0.04 0.07 323.08 0.43 0.88
Hex EE D4 E4 0 B 4 7 143 2B 58
Octal 356 324 344 0 13 4 7 503 53 130
Binary 11101110 11010100 11100100 0 1011 100 111 101000011 101011 1011000

Color Harmonies of #EED4E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED4E4

Black with #EED4E4

Text Example


Text Example

White with #EED4E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED4E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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