Html Css Color HEX #EEDBE0 Pale Rose

📋 copy color: '#EEDBE0'

red 238 ◦ green 219 ◦ blue 224

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

Shades of Pale Rose #EEDBE0

Tints of Pale Rose #EEDBE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 32.89%

R = 34.95%
G = 32.16%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EEDBE0 (or 0xEEDBE0) is known color: Pale Rose. HEX triplet: EE, DB and E0. RGB value is (238,219,224). Sum of RGB (Red+Green+Blue) = 238+219+224=681 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.95% from 681); Green value is 219 (85.94% from 255 or 32.16% from 681); Blue value is 224 (87.89% from 255 or 32.89% from 681); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDBE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDBE0 is #11241F. Grayscale: #E1E1E1. Windows color (decimal): -1123360 or 14736366. OLE color: 14736366.

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

Color convert

RGB 238 219 224 -
CMYK 0 0.08 0.06 0.07
HSL 344.21º 0.36% 0.9% -
HSV(B) 344.21º 0.08% 0.93% -
XYZ 74.05 74.22 80.94 -
YUV 225.25 127.29 137.09 -
System Red Green Blue C M Y K H S L
Decimal 238 219 224 0 0.08 0.06 0.07 344.21 0.36 0.9
Hex EE DB E0 0 8 6 7 158 24 5A
Octal 356 333 340 0 10 6 7 530 44 132
Binary 11101110 11011011 11100000 0 1000 110 111 101011000 100100 1011010

Color Harmonies of #EEDBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDBE0

Black with #EEDBE0

Text Example


Text Example

White with #EEDBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDBE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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