Html Css Color HEX #EDE2DD Fair Pink

📋 copy color: '#EDE2DD'

red 237 ◦ green 226 ◦ blue 221

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

Shades of Fair Pink #EDE2DD

Tints of Fair Pink #EDE2DD

RGB

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

 GREEN value IS 226 (88.67% from 255) = 33.04%

 BLUE value IS 221 (86.72% from 255) = 32.31%

R = 34.65%
G = 33.04%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EDE2DD (or 0xEDE2DD) is known color: Fair Pink. HEX triplet: ED, E2 and DD. RGB value is (237,226,221). Sum of RGB (Red+Green+Blue) = 237+226+221=684 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.65% from 684); Green value is 226 (88.67% from 255 or 33.04% from 684); Blue value is 221 (86.72% from 255 or 32.31% from 684); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE2DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE2DD is #121D22. Grayscale: #E4E4E4. Windows color (decimal): -1187107 or 14541549. OLE color: 14541549.

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

Color convert

RGB 237 226 221 -
CMYK 0 0.05 0.07 0.07
HSL 18.75º 0.31% 0.9% -
HSV(B) 18.75º 0.07% 0.93% -
XYZ 75.17 77.62 79.43 -
YUV 228.72 123.64 133.91 -
System Red Green Blue C M Y K H S L
Decimal 237 226 221 0 0.05 0.07 0.07 18.75 0.31 0.9
Hex ED E2 DD 0 5 7 7 13 1F 5A
Octal 355 342 335 0 5 7 7 23 37 132
Binary 11101101 11100010 11011101 0 101 111 111 10011 11111 1011010

Color Harmonies of #EDE2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE2DD

Black with #EDE2DD

Text Example


Text Example

White with #EDE2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE2DD; }

 p { color: rgb(237,226,221); }

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

background-color css

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

 a { background-color: rgb(237,226,221); }

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

border-color css

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

 span { border-color: rgb(237,226,221); }

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