Html Css Color HEX #EDE3DE Fair Pink

📋 copy color: '#EDE3DE'

red 237 ◦ green 227 ◦ blue 222

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

Shades of Fair Pink #EDE3DE

Tints of Fair Pink #EDE3DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 32.36%

R = 34.55%
G = 33.09%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EDE3DE (or 0xEDE3DE) is known color: Fair Pink. HEX triplet: ED, E3 and DE. RGB value is (237,227,222). Sum of RGB (Red+Green+Blue) = 237+227+222=686 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.55% from 686); Green value is 227 (89.06% from 255 or 33.09% from 686); Blue value is 222 (87.11% from 255 or 32.36% from 686); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE3DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE3DE is #121C21. Grayscale: #E5E5E5. Windows color (decimal): -1186850 or 14607341. OLE color: 14607341.

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

Color convert

RGB 237 227 222 -
CMYK 0 0.04 0.06 0.07
HSL 20º 0.29% 0.9% -
HSV(B) 20º 0.06% 0.93% -
XYZ 75.58 78.22 80.22 -
YUV 229.42 123.81 133.41 -
System Red Green Blue C M Y K H S L
Decimal 237 227 222 0 0.04 0.06 0.07 20 0.29 0.9
Hex ED E3 DE 0 4 6 7 14 1D 5A
Octal 355 343 336 0 4 6 7 24 35 132
Binary 11101101 11100011 11011110 0 100 110 111 10100 11101 1011010

Color Harmonies of #EDE3DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE3DE

Black with #EDE3DE

Text Example


Text Example

White with #EDE3DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE3DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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