Html Css Color HEX #EEDAE4 Pig Pink

📋 copy color: '#EEDAE4'

red 238 ◦ green 218 ◦ blue 228

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

Shades of Pig Pink #EEDAE4

Tints of Pig Pink #EEDAE4

RGB

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

 GREEN value IS 218 (85.55% from 255) = 31.87%

 BLUE value IS 228 (89.45% from 255) = 33.33%

R = 34.8%
G = 31.87%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#EEDAE4 (or 0xEEDAE4) is known color: Pig Pink. HEX triplet: EE, DA and E4. RGB value is (238,218,228). Sum of RGB (Red+Green+Blue) = 238+218+228=684 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.80% from 684); Green value is 218 (85.55% from 255 or 31.87% from 684); Blue value is 228 (89.45% from 255 or 33.33% from 684); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDAE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDAE4 is #11251B. Grayscale: #E1E1E1. Windows color (decimal): -1123612 or 14998254. OLE color: 14998254.

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

Color convert

RGB 238 218 228 -
CMYK 0 0.08 0.04 0.07
HSL 330º 0.37% 0.89% -
HSV(B) 330º 0.08% 0.93% -
XYZ 74.33 73.92 83.75 -
YUV 225.12 129.63 137.19 -
System Red Green Blue C M Y K H S L
Decimal 238 218 228 0 0.08 0.04 0.07 330 0.37 0.89
Hex EE DA E4 0 8 4 7 14A 25 59
Octal 356 332 344 0 10 4 7 512 45 131
Binary 11101110 11011010 11100100 0 1000 100 111 101001010 100101 1011001

Color Harmonies of #EEDAE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDAE4

Black with #EEDAE4

Text Example


Text Example

White with #EEDAE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDAE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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