Html Css Color HEX #EDDBE4 Pig Pink

📋 copy color: '#EDDBE4'

red 237 ◦ green 219 ◦ blue 228

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

Shades of Pig Pink #EDDBE4

Tints of Pig Pink #EDDBE4

RGB

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

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

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

R = 34.65%
G = 32.02%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#EDDBE4 (or 0xEDDBE4) is known color: Pig Pink. HEX triplet: ED, DB and E4. RGB value is (237,219,228). Sum of RGB (Red+Green+Blue) = 237+219+228=684 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.65% from 684); Green value is 219 (85.94% from 255 or 32.02% from 684); Blue value is 228 (89.45% from 255 or 33.33% from 684); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDBE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDBE4 is #12241B. Grayscale: #E1E1E1. Windows color (decimal): -1188892 or 14998509. OLE color: 14998509.

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

Color convert

RGB 237 219 228 -
CMYK 0 0.08 0.04 0.07
HSL 330º 0.33% 0.89% -
HSV(B) 330º 0.08% 0.93% -
XYZ 74.26 74.27 83.82 -
YUV 225.41 129.46 136.27 -
System Red Green Blue C M Y K H S L
Decimal 237 219 228 0 0.08 0.04 0.07 330 0.33 0.89
Hex ED DB E4 0 8 4 7 14A 21 59
Octal 355 333 344 0 10 4 7 512 41 131
Binary 11101101 11011011 11100100 0 1000 100 111 101001010 100001 1011001

Color Harmonies of #EDDBE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDBE4

Black with #EDDBE4

Text Example


Text Example

White with #EDDBE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDBE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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