Html Css Color HEX #EDDCE5 Pig Pink

📋 copy color: '#EDDCE5'

red 237 ◦ green 220 ◦ blue 229

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

Shades of Pig Pink #EDDCE5

Tints of Pig Pink #EDDCE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 33.38%

R = 34.55%
G = 32.07%
B = 33.38%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#EDDCE5 (or 0xEDDCE5) is known color: Pig Pink. HEX triplet: ED, DC and E5. RGB value is (237,220,229). Sum of RGB (Red+Green+Blue) = 237+220+229=686 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.55% from 686); Green value is 220 (86.33% from 255 or 32.07% from 686); Blue value is 229 (89.84% from 255 or 33.38% from 686); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDCE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDCE5 is #12231A. Grayscale: #E2E2E2. Windows color (decimal): -1188635 or 15064301. OLE color: 15064301.

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

Color convert

RGB 237 220 229 -
CMYK 0 0.07 0.03 0.07
HSL 328.24º 0.32% 0.9% -
HSV(B) 328.24º 0.07% 0.93% -
XYZ 74.66 74.85 84.64 -
YUV 226.11 129.63 135.77 -
System Red Green Blue C M Y K H S L
Decimal 237 220 229 0 0.07 0.03 0.07 328.24 0.32 0.9
Hex ED DC E5 0 7 3 7 148 20 5A
Octal 355 334 345 0 7 3 7 510 40 132
Binary 11101101 11011100 11100101 0 111 11 111 101001000 100000 1011010

Color Harmonies of #EDDCE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDCE5

Black with #EDDCE5

Text Example


Text Example

White with #EDDCE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDCE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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