Html Css Color HEX #ECDFD4 Spring Wood

📋 copy color: '#ECDFD4'

red 236 ◦ green 223 ◦ blue 212

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

Shades of Spring Wood #ECDFD4

Tints of Spring Wood #ECDFD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 31.59%

R = 35.17%
G = 33.23%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#ECDFD4 (or 0xECDFD4) is known color: Spring Wood. HEX triplet: EC, DF and D4. RGB value is (236,223,212). Sum of RGB (Red+Green+Blue) = 236+223+212=671 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.17% from 671); Green value is 223 (87.5% from 255 or 33.23% from 671); Blue value is 212 (83.20% from 255 or 31.59% from 671); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDFD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDFD4 is #13202B. Grayscale: #E1E1E1. Windows color (decimal): -1253420 or 13950956. OLE color: 13950956.

HSL color Cylindrical-coordinate representation of color #ECDFD4: hue angle of 27.5º degrees, saturation: 0.39, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ECDFD4 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 223 212 -
CMYK 0 0.06 0.10 0.07
HSL 27.5º 0.39% 0.88% -
HSV(B) 27.5º 0.1% 0.93% -
XYZ 72.86 75.36 72.99 -
YUV 225.63 120.31 135.39 -
System Red Green Blue C M Y K H S L
Decimal 236 223 212 0 0.06 0.10 0.07 27.5 0.39 0.88
Hex EC DF D4 0 6 A 7 1C 27 58
Octal 354 337 324 0 6 12 7 34 47 130
Binary 11101100 11011111 11010100 0 110 1010 111 11100 100111 1011000

Color Harmonies of #ECDFD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDFD4

Black with #ECDFD4

Text Example


Text Example

White with #ECDFD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDFD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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