Html Css Color HEX #EDD8E0 Pig Pink

📋 copy color: '#EDD8E0'

red 237 ◦ green 216 ◦ blue 224

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

Shades of Pig Pink #EDD8E0

Tints of Pig Pink #EDD8E0

RGB

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

 GREEN value IS 216 (84.77% from 255) = 31.91%

 BLUE value IS 224 (87.89% from 255) = 33.09%

R = 35.01%
G = 31.91%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#EDD8E0 (or 0xEDD8E0) is known color: Pig Pink. HEX triplet: ED, D8 and E0. RGB value is (237,216,224). Sum of RGB (Red+Green+Blue) = 237+216+224=677 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.01% from 677); Green value is 216 (84.77% from 255 or 31.91% from 677); Blue value is 224 (87.89% from 255 or 33.09% from 677); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD8E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD8E0 is #12271F. Grayscale: #DFDFDF. Windows color (decimal): -1189664 or 14735597. OLE color: 14735597.

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

Color convert

RGB 237 216 224 -
CMYK 0 0.09 0.05 0.07
HSL 337.14º 0.37% 0.89% -
HSV(B) 337.14º 0.09% 0.93% -
XYZ 72.94 72.5 80.67 -
YUV 223.19 128.46 137.85 -
System Red Green Blue C M Y K H S L
Decimal 237 216 224 0 0.09 0.05 0.07 337.14 0.37 0.89
Hex ED D8 E0 0 9 5 7 151 25 59
Octal 355 330 340 0 11 5 7 521 45 131
Binary 11101101 11011000 11100000 0 1001 101 111 101010001 100101 1011001

Color Harmonies of #EDD8E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD8E0

Black with #EDD8E0

Text Example


Text Example

White with #EDD8E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD8E0; }

 p { color: rgb(237,216,224); }

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

background-color css

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

 a { background-color: rgb(237,216,224); }

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

border-color css

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

 span { border-color: rgb(237,216,224); }

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