Html Css Color HEX #EEDBDE Pale Rose

📋 copy color: '#EEDBDE'

red 238 ◦ green 219 ◦ blue 222

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

Shades of Pale Rose #EEDBDE

Tints of Pale Rose #EEDBDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 32.7%

R = 35.05%
G = 32.25%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EEDBDE (or 0xEEDBDE) is known color: Pale Rose. HEX triplet: EE, DB and DE. RGB value is (238,219,222). Sum of RGB (Red+Green+Blue) = 238+219+222=679 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.05% from 679); Green value is 219 (85.94% from 255 or 32.25% from 679); Blue value is 222 (87.11% from 255 or 32.70% from 679); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDBDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDBDE is #112421. Grayscale: #E1E1E1. Windows color (decimal): -1123362 or 14605294. OLE color: 14605294.

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

Color convert

RGB 238 219 222 -
CMYK 0 0.08 0.07 0.07
HSL 350.53º 0.36% 0.9% -
HSV(B) 350.53º 0.08% 0.93% -
XYZ 73.78 74.11 79.52 -
YUV 225.02 126.29 137.26 -
System Red Green Blue C M Y K H S L
Decimal 238 219 222 0 0.08 0.07 0.07 350.53 0.36 0.9
Hex EE DB DE 0 8 7 7 15F 24 5A
Octal 356 333 336 0 10 7 7 537 44 132
Binary 11101110 11011011 11011110 0 1000 111 111 101011111 100100 1011010

Color Harmonies of #EEDBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDBDE

Black with #EEDBDE

Text Example


Text Example

White with #EEDBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDBDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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