Html Css Color HEX #EFDECF Spring Wood

📋 copy color: '#EFDECF'

red 239 ◦ green 222 ◦ blue 207

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

Shades of Spring Wood #EFDECF

Tints of Spring Wood #EFDECF

RGB

 RED value IS 239 (93.75% from 255) = 35.78%

 GREEN value IS 222 (87.11% from 255) = 33.23%

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

R = 35.78%
G = 33.23%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#EFDECF (or 0xEFDECF) is known color: Spring Wood. HEX triplet: EF, DE and CF. RGB value is (239,222,207). Sum of RGB (Red+Green+Blue) = 239+222+207=668 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.78% from 668); Green value is 222 (87.11% from 255 or 33.23% from 668); Blue value is 207 (81.25% from 255 or 30.99% from 668); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDECF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDECF is #102130. Grayscale: #E1E1E1. Windows color (decimal): -1057073 or 13623023. OLE color: 13623023.

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

Color convert

RGB 239 222 207 -
CMYK 0 0.07 0.13 0.06
HSL 28.13º 0.5% 0.87% -
HSV(B) 28.13º 0.13% 0.94% -
XYZ 72.98 75.1 69.68 -
YUV 225.37 117.63 137.72 -
System Red Green Blue C M Y K H S L
Decimal 239 222 207 0 0.07 0.13 0.06 28.13 0.5 0.87
Hex EF DE CF 0 7 D 6 1C 32 57
Octal 357 336 317 0 7 15 6 34 62 127
Binary 11101111 11011110 11001111 0 111 1101 110 11100 110010 1010111

Color Harmonies of #EFDECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDECF

Black with #EFDECF

Text Example


Text Example

White with #EFDECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDECF; }

 p { color: rgb(239,222,207); }

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

background-color css

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

 a { background-color: rgb(239,222,207); }

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

border-color css

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

 span { border-color: rgb(239,222,207); }

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