Html Css Color HEX #EEE2DA Fair Pink

📋 copy color: '#EEE2DA'

red 238 ◦ green 226 ◦ blue 218

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

Shades of Fair Pink #EEE2DA

Tints of Fair Pink #EEE2DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 31.96%

R = 34.9%
G = 33.14%
B = 31.96%

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

#EEE2DA (or 0xEEE2DA) is known color: Fair Pink. HEX triplet: EE, E2 and DA. RGB value is (238,226,218). Sum of RGB (Red+Green+Blue) = 238+226+218=682 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.90% from 682); Green value is 226 (88.67% from 255 or 33.14% from 682); Blue value is 218 (85.55% from 255 or 31.96% from 682); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE2DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE2DA is #111D25. Grayscale: #E4E4E4. Windows color (decimal): -1121574 or 14344942. OLE color: 14344942.

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

Color convert

RGB 238 226 218 -
CMYK 0 0.05 0.08 0.07
HSL 24º 0.37% 0.89% -
HSV(B) 24º 0.08% 0.93% -
XYZ 75.11 77.63 77.36 -
YUV 228.68 121.98 134.65 -
System Red Green Blue C M Y K H S L
Decimal 238 226 218 0 0.05 0.08 0.07 24 0.37 0.89
Hex EE E2 DA 0 5 8 7 18 25 59
Octal 356 342 332 0 5 10 7 30 45 131
Binary 11101110 11100010 11011010 0 101 1000 111 11000 100101 1011001

Color Harmonies of #EEE2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE2DA

Black with #EEE2DA

Text Example


Text Example

White with #EEE2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE2DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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