Html Css Color HEX #EED0E6 Classic Rose

📋 copy color: '#EED0E6'

red 238 ◦ green 208 ◦ blue 230

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

Shades of Classic Rose #EED0E6

Tints of Classic Rose #EED0E6

RGB

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

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

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

R = 35.21%
G = 30.77%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#EED0E6 (or 0xEED0E6) is known color: Classic Rose. HEX triplet: EE, D0 and E6. RGB value is (238,208,230). Sum of RGB (Red+Green+Blue) = 238+208+230=676 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.21% from 676); Green value is 208 (81.64% from 255 or 30.77% from 676); Blue value is 230 (90.23% from 255 or 34.02% from 676); Max value from RGB is 238 - color contains mainly: red. Hex color #EED0E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED0E6 is #112F19. Grayscale: #DBDBDB. Windows color (decimal): -1126170 or 15126766. OLE color: 15126766.

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

Color convert

RGB 238 208 230 -
CMYK 0 0.13 0.03 0.07
HSL 316º 0.47% 0.87% -
HSV(B) 316º 0.13% 0.93% -
XYZ 72.1 69 84.38 -
YUV 219.48 133.94 141.21 -
System Red Green Blue C M Y K H S L
Decimal 238 208 230 0 0.13 0.03 0.07 316 0.47 0.87
Hex EE D0 E6 0 D 3 7 13C 2F 57
Octal 356 320 346 0 15 3 7 474 57 127
Binary 11101110 11010000 11100110 0 1101 11 111 100111100 101111 1010111

Color Harmonies of #EED0E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED0E6

Black with #EED0E6

Text Example


Text Example

White with #EED0E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED0E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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