Html Css Color HEX #EDDCE4 Pig Pink

📋 copy color: '#EDDCE4'

red 237 ◦ green 220 ◦ blue 228

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

Shades of Pig Pink #EDDCE4

Tints of Pig Pink #EDDCE4

RGB

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

 GREEN value IS 220 (86.33% from 255) = 32.12%

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

R = 34.6%
G = 32.12%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#EDDCE4 (or 0xEDDCE4) is known color: Pig Pink. HEX triplet: ED, DC and E4. RGB value is (237,220,228). Sum of RGB (Red+Green+Blue) = 237+220+228=685 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.60% from 685); Green value is 220 (86.33% from 255 or 32.12% from 685); Blue value is 228 (89.45% from 255 or 33.28% from 685); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDCE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDCE4 is #12231B. Grayscale: #E1E1E1. Windows color (decimal): -1188636 or 14998765. OLE color: 14998765.

HSL color Cylindrical-coordinate representation of color #EDDCE4: hue angle of 331.76º degrees, saturation: 0.32, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EDDCE4 is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 220 228 -
CMYK 0 0.07 0.04 0.07
HSL 331.76º 0.32% 0.9% -
HSV(B) 331.76º 0.07% 0.93% -
XYZ 74.52 74.79 83.91 -
YUV 226 129.13 135.85 -
System Red Green Blue C M Y K H S L
Decimal 237 220 228 0 0.07 0.04 0.07 331.76 0.32 0.9
Hex ED DC E4 0 7 4 7 14C 20 5A
Octal 355 334 344 0 7 4 7 514 40 132
Binary 11101101 11011100 11100100 0 111 100 111 101001100 100000 1011010

Color Harmonies of #EDDCE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDCE4

Black with #EDDCE4

Text Example


Text Example

White with #EDDCE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDCE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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