Html Css Color HEX #EDDEE5 Pig Pink

📋 copy color: '#EDDEE5'

red 237 ◦ green 222 ◦ blue 229

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

Shades of Pig Pink #EDDEE5

Tints of Pig Pink #EDDEE5

RGB

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

 GREEN value IS 222 (87.11% from 255) = 32.27%

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

R = 34.45%
G = 32.27%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#EDDEE5 (or 0xEDDEE5) is known color: Pig Pink. HEX triplet: ED, DE and E5. RGB value is (237,222,229). Sum of RGB (Red+Green+Blue) = 237+222+229=688 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.45% from 688); Green value is 222 (87.11% from 255 or 32.27% from 688); Blue value is 229 (89.84% from 255 or 33.28% from 688); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDEE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDEE5 is #12211A. Grayscale: #E3E3E3. Windows color (decimal): -1188123 or 15064813. OLE color: 15064813.

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

Color convert

RGB 237 222 229 -
CMYK 0 0.06 0.03 0.07
HSL 332º 0.29% 0.9% -
HSV(B) 332º 0.06% 0.93% -
XYZ 75.19 75.9 84.82 -
YUV 227.28 128.97 134.93 -
System Red Green Blue C M Y K H S L
Decimal 237 222 229 0 0.06 0.03 0.07 332 0.29 0.9
Hex ED DE E5 0 6 3 7 14C 1D 5A
Octal 355 336 345 0 6 3 7 514 35 132
Binary 11101101 11011110 11100101 0 110 11 111 101001100 11101 1011010

Color Harmonies of #EDDEE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDEE5

Black with #EDDEE5

Text Example


Text Example

White with #EDDEE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDEE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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