Html Css Color HEX #EDDAE2 Pig Pink

📋 copy color: '#EDDAE2'

red 237 ◦ green 218 ◦ blue 226

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

Shades of Pig Pink #EDDAE2

Tints of Pig Pink #EDDAE2

RGB

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

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

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

R = 34.8%
G = 32.01%
B = 33.19%

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

#EDDAE2 (or 0xEDDAE2) is known color: Pig Pink. HEX triplet: ED, DA and E2. RGB value is (237,218,226). Sum of RGB (Red+Green+Blue) = 237+218+226=681 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.80% from 681); Green value is 218 (85.55% from 255 or 32.01% from 681); Blue value is 226 (88.67% from 255 or 33.19% from 681); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDAE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDAE2 is #12251D. Grayscale: #E0E0E0. Windows color (decimal): -1189150 or 14867181. OLE color: 14867181.

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

Color convert

RGB 237 218 226 -
CMYK 0 0.08 0.05 0.07
HSL 334.74º 0.35% 0.89% -
HSV(B) 334.74º 0.08% 0.93% -
XYZ 73.72 73.64 82.28 -
YUV 224.59 128.79 136.85 -
System Red Green Blue C M Y K H S L
Decimal 237 218 226 0 0.08 0.05 0.07 334.74 0.35 0.89
Hex ED DA E2 0 8 5 7 14F 23 59
Octal 355 332 342 0 10 5 7 517 43 131
Binary 11101101 11011010 11100010 0 1000 101 111 101001111 100011 1011001

Color Harmonies of #EDDAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDAE2

Black with #EDDAE2

Text Example


Text Example

White with #EDDAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDAE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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