Html Css Color HEX #EDDEE7 Pig Pink

📋 copy color: '#EDDEE7'

red 237 ◦ green 222 ◦ blue 231

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

Shades of Pig Pink #EDDEE7

Tints of Pig Pink #EDDEE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 33.48%

R = 34.35%
G = 32.17%
B = 33.48%

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

#EDDEE7 (or 0xEDDEE7) is known color: Pig Pink. HEX triplet: ED, DE and E7. RGB value is (237,222,231). Sum of RGB (Red+Green+Blue) = 237+222+231=690 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.35% from 690); Green value is 222 (87.11% from 255 or 32.17% from 690); Blue value is 231 (90.62% from 255 or 33.48% from 690); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDEE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDEE7 is #122118. Grayscale: #E3E3E3. Windows color (decimal): -1188121 or 15195885. OLE color: 15195885.

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

Color convert

RGB 237 222 231 -
CMYK 0 0.06 0.03 0.07
HSL 324º 0.29% 0.9% -
HSV(B) 324º 0.06% 0.93% -
XYZ 75.47 76.02 86.3 -
YUV 227.51 129.97 134.77 -
System Red Green Blue C M Y K H S L
Decimal 237 222 231 0 0.06 0.03 0.07 324 0.29 0.9
Hex ED DE E7 0 6 3 7 144 1D 5A
Octal 355 336 347 0 6 3 7 504 35 132
Binary 11101101 11011110 11100111 0 110 11 111 101000100 11101 1011010

Color Harmonies of #EDDEE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDEE7

Black with #EDDEE7

Text Example


Text Example

White with #EDDEE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDEE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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