Html Css Color HEX #EDDFE7 Pig Pink

📋 copy color: '#EDDFE7'

red 237 ◦ green 223 ◦ blue 231

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

Shades of Pig Pink #EDDFE7

Tints of Pig Pink #EDDFE7

RGB

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

 GREEN value IS 223 (87.5% from 255) = 32.27%

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

R = 34.3%
G = 32.27%
B = 33.43%

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

#EDDFE7 (or 0xEDDFE7) is known color: Pig Pink. HEX triplet: ED, DF and E7. RGB value is (237,223,231). Sum of RGB (Red+Green+Blue) = 237+223+231=691 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.30% from 691); Green value is 223 (87.5% from 255 or 32.27% from 691); Blue value is 231 (90.62% from 255 or 33.43% from 691); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDFE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDFE7 is #122018. Grayscale: #E4E4E4. Windows color (decimal): -1187865 or 15196141. OLE color: 15196141.

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

Color convert

RGB 237 223 231 -
CMYK 0 0.06 0.03 0.07
HSL 325.71º 0.28% 0.9% -
HSV(B) 325.71º 0.06% 0.93% -
XYZ 75.74 76.55 86.39 -
YUV 228.1 129.64 134.35 -
System Red Green Blue C M Y K H S L
Decimal 237 223 231 0 0.06 0.03 0.07 325.71 0.28 0.9
Hex ED DF E7 0 6 3 7 146 1C 5A
Octal 355 337 347 0 6 3 7 506 34 132
Binary 11101101 11011111 11100111 0 110 11 111 101000110 11100 1011010

Color Harmonies of #EDDFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDFE7

Black with #EDDFE7

Text Example


Text Example

White with #EDDFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDFE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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