Html Css Color HEX #EDE9E8 Wisp Pink

📋 copy color: '#EDE9E8'

red 237 ◦ green 233 ◦ blue 232

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

Shades of Wisp Pink #EDE9E8

Tints of Wisp Pink #EDE9E8

RGB

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

 GREEN value IS 233 (91.41% from 255) = 33.19%

 BLUE value IS 232 (91.02% from 255) = 33.05%

R = 33.76%
G = 33.19%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#EDE9E8 (or 0xEDE9E8) is known color: Wisp Pink. HEX triplet: ED, E9 and E8. RGB value is (237,233,232). Sum of RGB (Red+Green+Blue) = 237+233+232=702 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.76% from 702); Green value is 233 (91.41% from 255 or 33.19% from 702); Blue value is 232 (91.02% from 255 or 33.05% from 702); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE9E8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDE9E8 is #121617. Grayscale: #EAEAEA. Windows color (decimal): -1185304 or 15264237. OLE color: 15264237.

HSL color Cylindrical-coordinate representation of color #EDE9E8: hue angle of 12º degrees, saturation: 0.12, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EDE9E8 is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 233 232 -
CMYK 0 0.02 0.02 0.07
HSL 12º 0.12% 0.92% -
HSV(B) 12º 0.02% 0.93% -
XYZ 78.63 82.11 88.05 -
YUV 234.08 126.83 130.08 -
System Red Green Blue C M Y K H S L
Decimal 237 233 232 0 0.02 0.02 0.07 12 0.12 0.92
Hex ED E9 E8 0 2 2 7 C C 5C
Octal 355 351 350 0 2 2 7 14 14 134
Binary 11101101 11101001 11101000 0 10 10 111 1100 1100 1011100

Color Harmonies of #EDE9E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE9E8

Black with #EDE9E8

Text Example


Text Example

White with #EDE9E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE9E8; }

 p { color: rgb(237,233,232); }

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

background-color css

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

 a { background-color: rgb(237,233,232); }

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

border-color css

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

 span { border-color: rgb(237,233,232); }

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