Html Css Color HEX #ECDDCF Spring Wood

📋 copy color: '#ECDDCF'

red 236 ◦ green 221 ◦ blue 207

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

Shades of Spring Wood #ECDDCF

Tints of Spring Wood #ECDDCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 31.17%

R = 35.54%
G = 33.28%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#ECDDCF (or 0xECDDCF) is known color: Spring Wood. HEX triplet: EC, DD and CF. RGB value is (236,221,207). Sum of RGB (Red+Green+Blue) = 236+221+207=664 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.54% from 664); Green value is 221 (86.72% from 255 or 33.28% from 664); Blue value is 207 (81.25% from 255 or 31.17% from 664); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDDCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDDCF is #132230. Grayscale: #DFDFDF. Windows color (decimal): -1253937 or 13622764. OLE color: 13622764.

HSL color Cylindrical-coordinate representation of color #ECDDCF: hue angle of 28.97º degrees, saturation: 0.43, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ECDDCF is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 221 207 -
CMYK 0 0.06 0.12 0.07
HSL 28.97º 0.43% 0.87% -
HSV(B) 28.97º 0.12% 0.93% -
XYZ 71.71 74.05 69.55 -
YUV 223.89 118.47 136.64 -
System Red Green Blue C M Y K H S L
Decimal 236 221 207 0 0.06 0.12 0.07 28.97 0.43 0.87
Hex EC DD CF 0 6 C 7 1D 2B 57
Octal 354 335 317 0 6 14 7 35 53 127
Binary 11101100 11011101 11001111 0 110 1100 111 11101 101011 1010111

Color Harmonies of #ECDDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDDCF

Black with #ECDDCF

Text Example


Text Example

White with #ECDDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDDCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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