Html Css Color HEX #ECDDDD Soft Peach

📋 copy color: '#ECDDDD'

red 236 ◦ green 221 ◦ blue 221

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

Shades of Soft Peach #ECDDDD

Tints of Soft Peach #ECDDDD

RGB

 RED value IS 236 (92.58% from 255) = 34.81%

 GREEN value IS 221 (86.72% from 255) = 32.6%

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

R = 34.81%
G = 32.6%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#ECDDDD (or 0xECDDDD) is known color: Soft Peach. HEX triplet: EC, DD and DD. RGB value is (236,221,221). Sum of RGB (Red+Green+Blue) = 236+221+221=678 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.81% from 678); Green value is 221 (86.72% from 255 or 32.60% from 678); Blue value is 221 (86.72% from 255 or 32.60% from 678); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDDDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDDDD is #132222. Grayscale: #E1E1E1. Windows color (decimal): -1253923 or 14540268. OLE color: 14540268.

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

Color convert

RGB 236 221 221 -
CMYK 0 0.06 0.06 0.07
HSL 0.28% 0.9% -
HSV(B) 0.06% 0.93% -
XYZ 73.5 74.77 78.96 -
YUV 225.49 125.47 135.5 -
System Red Green Blue C M Y K H S L
Decimal 236 221 221 0 0.06 0.06 0.07 0 0.28 0.9
Hex EC DD DD 0 6 6 7 0 1C 5A
Octal 354 335 335 0 6 6 7 0 34 132
Binary 11101100 11011101 11011101 0 110 110 111 0 11100 1011010

Color Harmonies of #ECDDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDDDD

Black with #ECDDDD

Text Example


Text Example

White with #ECDDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDDDD; }

 p { color: rgb(236,221,221); }

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

background-color css

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

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

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

border-color css

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

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

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