Html Css Color HEX #EEE2DE Provincial Pink

📋 copy color: '#EEE2DE'

red 238 ◦ green 226 ◦ blue 222

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

Shades of Provincial Pink #EEE2DE

Tints of Provincial Pink #EEE2DE

RGB

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

 GREEN value IS 226 (88.67% from 255) = 32.94%

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

R = 34.69%
G = 32.94%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EEE2DE (or 0xEEE2DE) is known color: Provincial Pink. HEX triplet: EE, E2 and DE. RGB value is (238,226,222). Sum of RGB (Red+Green+Blue) = 238+226+222=686 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.69% from 686); Green value is 226 (88.67% from 255 or 32.94% from 686); Blue value is 222 (87.11% from 255 or 32.36% from 686); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE2DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE2DE is #111D21. Grayscale: #E5E5E5. Windows color (decimal): -1121570 or 14607086. OLE color: 14607086.

HSL color Cylindrical-coordinate representation of color #EEE2DE: hue angle of 15º degrees, saturation: 0.32, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EEE2DE is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 226 222 -
CMYK 0 0.05 0.07 0.07
HSL 15º 0.32% 0.9% -
HSV(B) 15º 0.07% 0.93% -
XYZ 75.64 77.84 80.15 -
YUV 229.13 123.98 134.33 -
System Red Green Blue C M Y K H S L
Decimal 238 226 222 0 0.05 0.07 0.07 15 0.32 0.9
Hex EE E2 DE 0 5 7 7 F 20 5A
Octal 356 342 336 0 5 7 7 17 40 132
Binary 11101110 11100010 11011110 0 101 111 111 1111 100000 1011010

Color Harmonies of #EEE2DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE2DE

Black with #EEE2DE

Text Example


Text Example

White with #EEE2DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE2DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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