Html Css Color HEX #EEDBE7 Classic Rose

📋 copy color: '#EEDBE7'

red 238 ◦ green 219 ◦ blue 231

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

Shades of Classic Rose #EEDBE7

Tints of Classic Rose #EEDBE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 33.58%

R = 34.59%
G = 31.83%
B = 33.58%

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

#EEDBE7 (or 0xEEDBE7) is known color: Classic Rose. HEX triplet: EE, DB and E7. RGB value is (238,219,231). Sum of RGB (Red+Green+Blue) = 238+219+231=688 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.59% from 688); Green value is 219 (85.94% from 255 or 31.83% from 688); Blue value is 231 (90.62% from 255 or 33.58% from 688); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDBE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDBE7 is #112418. Grayscale: #E2E2E2. Windows color (decimal): -1123353 or 15195118. OLE color: 15195118.

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

Color convert

RGB 238 219 231 -
CMYK 0 0.08 0.03 0.07
HSL 322.11º 0.36% 0.9% -
HSV(B) 322.11º 0.08% 0.93% -
XYZ 75.02 74.61 86.05 -
YUV 226.05 130.79 136.52 -
System Red Green Blue C M Y K H S L
Decimal 238 219 231 0 0.08 0.03 0.07 322.11 0.36 0.9
Hex EE DB E7 0 8 3 7 142 24 5A
Octal 356 333 347 0 10 3 7 502 44 132
Binary 11101110 11011011 11100111 0 1000 11 111 101000010 100100 1011010

Color Harmonies of #EEDBE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDBE7

Black with #EEDBE7

Text Example


Text Example

White with #EEDBE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDBE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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