Html Css Color HEX #EDDBE2 Pig Pink

📋 copy color: '#EDDBE2'

red 237 ◦ green 219 ◦ blue 226

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

Shades of Pig Pink #EDDBE2

Tints of Pig Pink #EDDBE2

RGB

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

 GREEN value IS 219 (85.94% from 255) = 32.11%

 BLUE value IS 226 (88.67% from 255) = 33.14%

R = 34.75%
G = 32.11%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#EDDBE2 (or 0xEDDBE2) is known color: Pig Pink. HEX triplet: ED, DB and E2. RGB value is (237,219,226). Sum of RGB (Red+Green+Blue) = 237+219+226=682 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.75% from 682); Green value is 219 (85.94% from 255 or 32.11% from 682); Blue value is 226 (88.67% from 255 or 33.14% from 682); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDBE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDBE2 is #12241D. Grayscale: #E1E1E1. Windows color (decimal): -1188894 or 14867437. OLE color: 14867437.

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

Color convert

RGB 237 219 226 -
CMYK 0 0.08 0.05 0.07
HSL 336.67º 0.33% 0.89% -
HSV(B) 336.67º 0.08% 0.93% -
XYZ 73.98 74.16 82.37 -
YUV 225.18 128.46 136.43 -
System Red Green Blue C M Y K H S L
Decimal 237 219 226 0 0.08 0.05 0.07 336.67 0.33 0.89
Hex ED DB E2 0 8 5 7 151 21 59
Octal 355 333 342 0 10 5 7 521 41 131
Binary 11101101 11011011 11100010 0 1000 101 111 101010001 100001 1011001

Color Harmonies of #EDDBE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDBE2

Black with #EDDBE2

Text Example


Text Example

White with #EDDBE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDBE2; }

 p { color: rgb(237,219,226); }

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

background-color css

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

 a { background-color: rgb(237,219,226); }

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

border-color css

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

 span { border-color: rgb(237,219,226); }

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