Html Css Color HEX #EDE4DF Fair Pink

📋 copy color: '#EDE4DF'

red 237 ◦ green 228 ◦ blue 223

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

Shades of Fair Pink #EDE4DF

Tints of Fair Pink #EDE4DF

RGB

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

 GREEN value IS 228 (89.45% from 255) = 33.14%

 BLUE value IS 223 (87.5% from 255) = 32.41%

R = 34.45%
G = 33.14%
B = 32.41%

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

#EDE4DF (or 0xEDE4DF) is known color: Fair Pink. HEX triplet: ED, E4 and DF. RGB value is (237,228,223). Sum of RGB (Red+Green+Blue) = 237+228+223=688 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.45% from 688); Green value is 228 (89.45% from 255 or 33.14% from 688); Blue value is 223 (87.5% from 255 or 32.41% from 688); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE4DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE4DF is #121B20. Grayscale: #E6E6E6. Windows color (decimal): -1186593 or 14673133. OLE color: 14673133.

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

Color convert

RGB 237 228 223 -
CMYK 0 0.04 0.06 0.07
HSL 21.43º 0.28% 0.9% -
HSV(B) 21.43º 0.06% 0.93% -
XYZ 75.99 78.82 81.02 -
YUV 230.12 123.98 132.91 -
System Red Green Blue C M Y K H S L
Decimal 237 228 223 0 0.04 0.06 0.07 21.43 0.28 0.9
Hex ED E4 DF 0 4 6 7 15 1C 5A
Octal 355 344 337 0 4 6 7 25 34 132
Binary 11101101 11100100 11011111 0 100 110 111 10101 11100 1011010

Color Harmonies of #EDE4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE4DF

Black with #EDE4DF

Text Example


Text Example

White with #EDE4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE4DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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