Html Css Color HEX #EDD7DF Pig Pink

📋 copy color: '#EDD7DF'

red 237 ◦ green 215 ◦ blue 223

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

Shades of Pig Pink #EDD7DF

Tints of Pig Pink #EDD7DF

RGB

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

 GREEN value IS 215 (84.38% from 255) = 31.85%

 BLUE value IS 223 (87.5% from 255) = 33.04%

R = 35.11%
G = 31.85%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EDD7DF (or 0xEDD7DF) is known color: Pig Pink. HEX triplet: ED, D7 and DF. RGB value is (237,215,223). Sum of RGB (Red+Green+Blue) = 237+215+223=675 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.11% from 675); Green value is 215 (84.38% from 255 or 31.85% from 675); Blue value is 223 (87.5% from 255 or 33.04% from 675); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD7DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD7DF is #122820. Grayscale: #DEDEDE. Windows color (decimal): -1189921 or 14669805. OLE color: 14669805.

HSL color Cylindrical-coordinate representation of color #EDD7DF: hue angle of 338.18º degrees, saturation: 0.38, 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 #EDD7DF is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 215 223 -
CMYK 0 0.09 0.06 0.07
HSL 338.18º 0.38% 0.89% -
HSV(B) 338.18º 0.09% 0.93% -
XYZ 72.54 71.93 79.87 -
YUV 222.49 128.29 138.35 -
System Red Green Blue C M Y K H S L
Decimal 237 215 223 0 0.09 0.06 0.07 338.18 0.38 0.89
Hex ED D7 DF 0 9 6 7 152 26 59
Octal 355 327 337 0 11 6 7 522 46 131
Binary 11101101 11010111 11011111 0 1001 110 111 101010010 100110 1011001

Color Harmonies of #EDD7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD7DF

Black with #EDD7DF

Text Example


Text Example

White with #EDD7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD7DF; }

 p { color: rgb(237,215,223); }

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

background-color css

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

 a { background-color: rgb(237,215,223); }

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

border-color css

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

 span { border-color: rgb(237,215,223); }

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