Html Css Color HEX #EDD9E2 Pig Pink

📋 copy color: '#EDD9E2'

red 237 ◦ green 217 ◦ blue 226

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

Shades of Pig Pink #EDD9E2

Tints of Pig Pink #EDD9E2

RGB

 RED value IS 237 (92.97% from 255) = 34.85%

 GREEN value IS 217 (85.16% from 255) = 31.91%

 BLUE value IS 226 (88.67% from 255) = 33.24%

R = 34.85%
G = 31.91%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#EDD9E2 (or 0xEDD9E2) is known color: Pig Pink. HEX triplet: ED, D9 and E2. RGB value is (237,217,226). Sum of RGB (Red+Green+Blue) = 237+217+226=680 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.85% from 680); Green value is 217 (85.16% from 255 or 31.91% from 680); Blue value is 226 (88.67% from 255 or 33.24% from 680); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD9E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD9E2 is #12261D. Grayscale: #DFDFDF. Windows color (decimal): -1189406 or 14866925. OLE color: 14866925.

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

Color convert

RGB 237 217 226 -
CMYK 0 0.08 0.05 0.07
HSL 333º 0.36% 0.89% -
HSV(B) 333º 0.08% 0.93% -
XYZ 73.47 73.12 82.19 -
YUV 224.01 129.13 137.27 -
System Red Green Blue C M Y K H S L
Decimal 237 217 226 0 0.08 0.05 0.07 333 0.36 0.89
Hex ED D9 E2 0 8 5 7 14D 24 59
Octal 355 331 342 0 10 5 7 515 44 131
Binary 11101101 11011001 11100010 0 1000 101 111 101001101 100100 1011001

Color Harmonies of #EDD9E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD9E2

Black with #EDD9E2

Text Example


Text Example

White with #EDD9E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD9E2; }

 p { color: rgb(237,217,226); }

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

background-color css

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

 a { background-color: rgb(237,217,226); }

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

border-color css

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

 span { border-color: rgb(237,217,226); }

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