Html Css Color HEX #EDDAE4 Pig Pink

📋 copy color: '#EDDAE4'

red 237 ◦ green 218 ◦ blue 228

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

Shades of Pig Pink #EDDAE4

Tints of Pig Pink #EDDAE4

RGB

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

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

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

R = 34.7%
G = 31.92%
B = 33.38%

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

#EDDAE4 (or 0xEDDAE4) is known color: Pig Pink. HEX triplet: ED, DA and E4. RGB value is (237,218,228). Sum of RGB (Red+Green+Blue) = 237+218+228=683 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.70% from 683); Green value is 218 (85.55% from 255 or 31.92% from 683); Blue value is 228 (89.45% from 255 or 33.38% from 683); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDAE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDAE4 is #12251B. Grayscale: #E0E0E0. Windows color (decimal): -1189148 or 14998253. OLE color: 14998253.

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

Color convert

RGB 237 218 228 -
CMYK 0 0.08 0.04 0.07
HSL 328.42º 0.35% 0.89% -
HSV(B) 328.42º 0.08% 0.93% -
XYZ 74 73.75 83.73 -
YUV 224.82 129.79 136.69 -
System Red Green Blue C M Y K H S L
Decimal 237 218 228 0 0.08 0.04 0.07 328.42 0.35 0.89
Hex ED DA E4 0 8 4 7 148 23 59
Octal 355 332 344 0 10 4 7 510 43 131
Binary 11101101 11011010 11100100 0 1000 100 111 101001000 100011 1011001

Color Harmonies of #EDDAE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDAE4

Black with #EDDAE4

Text Example


Text Example

White with #EDDAE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDAE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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