Html Css Color HEX #EEDBE8 Classic Rose

📋 copy color: '#EEDBE8'

red 238 ◦ green 219 ◦ blue 232

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

Shades of Classic Rose #EEDBE8

Tints of Classic Rose #EEDBE8

RGB

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

 GREEN value IS 219 (85.94% from 255) = 31.79%

 BLUE value IS 232 (91.02% from 255) = 33.67%

R = 34.54%
G = 31.79%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#EEDBE8 (or 0xEEDBE8) is known color: Classic Rose. HEX triplet: EE, DB and E8. RGB value is (238,219,232). Sum of RGB (Red+Green+Blue) = 238+219+232=689 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.54% from 689); Green value is 219 (85.94% from 255 or 31.79% from 689); Blue value is 232 (91.02% from 255 or 33.67% from 689); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDBE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDBE8 is #112417. Grayscale: #E2E2E2. Windows color (decimal): -1123352 or 15260654. OLE color: 15260654.

HSL color Cylindrical-coordinate representation of color #EEDBE8: hue angle of 318.95º degrees, saturation: 0.36, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EEDBE8 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 219 232 -
CMYK 0 0.08 0.03 0.07
HSL 318.95º 0.36% 0.9% -
HSV(B) 318.95º 0.08% 0.93% -
XYZ 75.16 74.67 86.79 -
YUV 226.16 131.29 136.44 -
System Red Green Blue C M Y K H S L
Decimal 238 219 232 0 0.08 0.03 0.07 318.95 0.36 0.9
Hex EE DB E8 0 8 3 7 13F 24 5A
Octal 356 333 350 0 10 3 7 477 44 132
Binary 11101110 11011011 11101000 0 1000 11 111 100111111 100100 1011010

Color Harmonies of #EEDBE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDBE8

Black with #EEDBE8

Text Example


Text Example

White with #EEDBE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDBE8; }

 p { color: rgb(238,219,232); }

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

background-color css

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

 a { background-color: rgb(238,219,232); }

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

border-color css

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

 span { border-color: rgb(238,219,232); }

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