Html Css Color HEX #EEE1DB Provincial Pink

📋 copy color: '#EEE1DB'

red 238 ◦ green 225 ◦ blue 219

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

Shades of Provincial Pink #EEE1DB

Tints of Provincial Pink #EEE1DB

RGB

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

 GREEN value IS 225 (88.28% from 255) = 32.99%

 BLUE value IS 219 (85.94% from 255) = 32.11%

R = 34.9%
G = 32.99%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EEE1DB (or 0xEEE1DB) is known color: Provincial Pink. HEX triplet: EE, E1 and DB. RGB value is (238,225,219). Sum of RGB (Red+Green+Blue) = 238+225+219=682 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.90% from 682); Green value is 225 (88.28% from 255 or 32.99% from 682); Blue value is 219 (85.94% from 255 or 32.11% from 682); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE1DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE1DB is #111E24. Grayscale: #E4E4E4. Windows color (decimal): -1121829 or 14410222. OLE color: 14410222.

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

Color convert

RGB 238 225 219 -
CMYK 0 0.05 0.08 0.07
HSL 18.95º 0.36% 0.9% -
HSV(B) 18.95º 0.08% 0.93% -
XYZ 74.97 77.14 77.96 -
YUV 228.2 122.81 134.99 -
System Red Green Blue C M Y K H S L
Decimal 238 225 219 0 0.05 0.08 0.07 18.95 0.36 0.9
Hex EE E1 DB 0 5 8 7 13 24 5A
Octal 356 341 333 0 5 10 7 23 44 132
Binary 11101110 11100001 11011011 0 101 1000 111 10011 100100 1011010

Color Harmonies of #EEE1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE1DB

Black with #EEE1DB

Text Example


Text Example

White with #EEE1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE1DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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