Html Css Color HEX #EDE3DD Fair Pink

📋 copy color: '#EDE3DD'

red 237 ◦ green 227 ◦ blue 221

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

Shades of Fair Pink #EDE3DD

Tints of Fair Pink #EDE3DD

RGB

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

 GREEN value IS 227 (89.06% from 255) = 33.14%

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

R = 34.6%
G = 33.14%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EDE3DD (or 0xEDE3DD) is known color: Fair Pink. HEX triplet: ED, E3 and DD. RGB value is (237,227,221). Sum of RGB (Red+Green+Blue) = 237+227+221=685 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.60% from 685); Green value is 227 (89.06% from 255 or 33.14% from 685); Blue value is 221 (86.72% from 255 or 32.26% from 685); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE3DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE3DD is #121C22. Grayscale: #E5E5E5. Windows color (decimal): -1186851 or 14541805. OLE color: 14541805.

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

Color convert

RGB 237 227 221 -
CMYK 0 0.04 0.07 0.07
HSL 22.5º 0.31% 0.9% -
HSV(B) 22.5º 0.07% 0.93% -
XYZ 75.45 78.16 79.52 -
YUV 229.31 123.31 133.49 -
System Red Green Blue C M Y K H S L
Decimal 237 227 221 0 0.04 0.07 0.07 22.5 0.31 0.9
Hex ED E3 DD 0 4 7 7 16 1F 5A
Octal 355 343 335 0 4 7 7 26 37 132
Binary 11101101 11100011 11011101 0 100 111 111 10110 11111 1011010

Color Harmonies of #EDE3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE3DD

Black with #EDE3DD

Text Example


Text Example

White with #EDE3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE3DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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