Html Css Color HEX #ECDFD2 Spring Wood

📋 copy color: '#ECDFD2'

red 236 ◦ green 223 ◦ blue 210

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

Shades of Spring Wood #ECDFD2

Tints of Spring Wood #ECDFD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 31.39%

R = 35.28%
G = 33.33%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#ECDFD2 (or 0xECDFD2) is known color: Spring Wood. HEX triplet: EC, DF and D2. RGB value is (236,223,210). Sum of RGB (Red+Green+Blue) = 236+223+210=669 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.28% from 669); Green value is 223 (87.5% from 255 or 33.33% from 669); Blue value is 210 (82.42% from 255 or 31.39% from 669); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDFD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDFD2 is #13202D. Grayscale: #E1E1E1. Windows color (decimal): -1253422 or 13819884. OLE color: 13819884.

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

Color convert

RGB 236 223 210 -
CMYK 0 0.06 0.11 0.07
HSL 30º 0.41% 0.87% -
HSV(B) 30º 0.11% 0.93% -
XYZ 72.61 75.26 71.67 -
YUV 225.41 119.31 135.56 -
System Red Green Blue C M Y K H S L
Decimal 236 223 210 0 0.06 0.11 0.07 30 0.41 0.87
Hex EC DF D2 0 6 B 7 1E 29 57
Octal 354 337 322 0 6 13 7 36 51 127
Binary 11101100 11011111 11010010 0 110 1011 111 11110 101001 1010111

Color Harmonies of #ECDFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDFD2

Black with #ECDFD2

Text Example


Text Example

White with #ECDFD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDFD2; }

 p { color: rgb(236,223,210); }

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

background-color css

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

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

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

border-color css

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

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

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