Html Css Color HEX #EDDFDD Soft Peach

📋 copy color: '#EDDFDD'

red 237 ◦ green 223 ◦ blue 221

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

Shades of Soft Peach #EDDFDD

Tints of Soft Peach #EDDFDD

RGB

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

 GREEN value IS 223 (87.5% from 255) = 32.75%

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

R = 34.8%
G = 32.75%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EDDFDD (or 0xEDDFDD) is known color: Soft Peach. HEX triplet: ED, DF and DD. RGB value is (237,223,221). Sum of RGB (Red+Green+Blue) = 237+223+221=681 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.80% from 681); Green value is 223 (87.5% from 255 or 32.75% from 681); Blue value is 221 (86.72% from 255 or 32.45% from 681); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDFDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDFDD is #122022. Grayscale: #E2E2E2. Windows color (decimal): -1187875 or 14540781. OLE color: 14540781.

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

Color convert

RGB 237 223 221 -
CMYK 0 0.06 0.07 0.07
HSL 7.5º 0.31% 0.9% -
HSV(B) 7.5º 0.07% 0.93% -
XYZ 74.36 76 79.16 -
YUV 226.96 124.64 135.16 -
System Red Green Blue C M Y K H S L
Decimal 237 223 221 0 0.06 0.07 0.07 7.5 0.31 0.9
Hex ED DF DD 0 6 7 7 8 1F 5A
Octal 355 337 335 0 6 7 7 10 37 132
Binary 11101101 11011111 11011101 0 110 111 111 1000 11111 1011010

Color Harmonies of #EDDFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDFDD

Black with #EDDFDD

Text Example


Text Example

White with #EDDFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDFDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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