Html Css Color HEX #EED0DF Classic Rose

📋 copy color: '#EED0DF'

red 238 ◦ green 208 ◦ blue 223

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

Shades of Classic Rose #EED0DF

Tints of Classic Rose #EED0DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 33.33%

R = 35.58%
G = 31.09%
B = 33.33%

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

#EED0DF (or 0xEED0DF) is known color: Classic Rose. HEX triplet: EE, D0 and DF. RGB value is (238,208,223). Sum of RGB (Red+Green+Blue) = 238+208+223=669 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.58% from 669); Green value is 208 (81.64% from 255 or 31.09% from 669); Blue value is 223 (87.5% from 255 or 33.33% from 669); Max value from RGB is 238 - color contains mainly: red. Hex color #EED0DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED0DF is #112F20. Grayscale: #DADADA. Windows color (decimal): -1126177 or 14668014. OLE color: 14668014.

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

Color convert

RGB 238 208 223 -
CMYK 0 0.13 0.06 0.07
HSL 330º 0.47% 0.87% -
HSV(B) 330º 0.13% 0.93% -
XYZ 71.14 68.62 79.31 -
YUV 218.68 130.44 141.78 -
System Red Green Blue C M Y K H S L
Decimal 238 208 223 0 0.13 0.06 0.07 330 0.47 0.87
Hex EE D0 DF 0 D 6 7 14A 2F 57
Octal 356 320 337 0 15 6 7 512 57 127
Binary 11101110 11010000 11011111 0 1101 110 111 101001010 101111 1010111

Color Harmonies of #EED0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED0DF

Black with #EED0DF

Text Example


Text Example

White with #EED0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED0DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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