Html Css Color HEX #EEE1DC Provincial Pink

📋 copy color: '#EEE1DC'

red 238 ◦ green 225 ◦ blue 220

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

Shades of Provincial Pink #EEE1DC

Tints of Provincial Pink #EEE1DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 32.21%

R = 34.85%
G = 32.94%
B = 32.21%

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

#EEE1DC (or 0xEEE1DC) is known color: Provincial Pink. HEX triplet: EE, E1 and DC. RGB value is (238,225,220). Sum of RGB (Red+Green+Blue) = 238+225+220=683 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.85% from 683); Green value is 225 (88.28% from 255 or 32.94% from 683); Blue value is 220 (86.33% from 255 or 32.21% from 683); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE1DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE1DC is #111E23. Grayscale: #E4E4E4. Windows color (decimal): -1121828 or 14475758. OLE color: 14475758.

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

Color convert

RGB 238 225 220 -
CMYK 0 0.05 0.08 0.07
HSL 16.67º 0.35% 0.9% -
HSV(B) 16.67º 0.08% 0.93% -
XYZ 75.1 77.19 78.65 -
YUV 228.32 123.31 134.91 -
System Red Green Blue C M Y K H S L
Decimal 238 225 220 0 0.05 0.08 0.07 16.67 0.35 0.9
Hex EE E1 DC 0 5 8 7 11 23 5A
Octal 356 341 334 0 5 10 7 21 43 132
Binary 11101110 11100001 11011100 0 101 1000 111 10001 100011 1011010

Color Harmonies of #EEE1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE1DC

Black with #EEE1DC

Text Example


Text Example

White with #EEE1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE1DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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