Html Css Color HEX #EED7E6 Classic Rose

📋 copy color: '#EED7E6'

red 238 ◦ green 215 ◦ blue 230

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

Shades of Classic Rose #EED7E6

Tints of Classic Rose #EED7E6

RGB

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

 GREEN value IS 215 (84.38% from 255) = 31.48%

 BLUE value IS 230 (90.23% from 255) = 33.67%

R = 34.85%
G = 31.48%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#EED7E6 (or 0xEED7E6) is known color: Classic Rose. HEX triplet: EE, D7 and E6. RGB value is (238,215,230). Sum of RGB (Red+Green+Blue) = 238+215+230=683 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.85% from 683); Green value is 215 (84.38% from 255 or 31.48% from 683); Blue value is 230 (90.23% from 255 or 33.67% from 683); Max value from RGB is 238 - color contains mainly: red. Hex color #EED7E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED7E6 is #112819. Grayscale: #DFDFDF. Windows color (decimal): -1124378 or 15128558. OLE color: 15128558.

HSL color Cylindrical-coordinate representation of color #EED7E6: hue angle of 320.87º degrees, saturation: 0.4, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EED7E6 is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 215 230 -
CMYK 0 0.10 0.03 0.07
HSL 320.87º 0.4% 0.89% -
HSV(B) 320.87º 0.1% 0.93% -
XYZ 73.84 72.49 84.96 -
YUV 223.59 131.62 138.28 -
System Red Green Blue C M Y K H S L
Decimal 238 215 230 0 0.10 0.03 0.07 320.87 0.4 0.89
Hex EE D7 E6 0 A 3 7 141 28 59
Octal 356 327 346 0 12 3 7 501 50 131
Binary 11101110 11010111 11100110 0 1010 11 111 101000001 101000 1011001

Color Harmonies of #EED7E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED7E6

Black with #EED7E6

Text Example


Text Example

White with #EED7E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED7E6; }

 p { color: rgb(238,215,230); }

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

background-color css

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

 a { background-color: rgb(238,215,230); }

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

border-color css

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

 span { border-color: rgb(238,215,230); }

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