Html Css Color HEX #E8DCCF Spring Wood

📋 copy color: '#E8DCCF'

red 232 ◦ green 220 ◦ blue 207

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

Shades of Spring Wood #E8DCCF

Tints of Spring Wood #E8DCCF

RGB

 RED value IS 232 (91.02% from 255) = 35.2%

 GREEN value IS 220 (86.33% from 255) = 33.38%

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

R = 35.2%
G = 33.38%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#E8DCCF (or 0xE8DCCF) is known color: Spring Wood. HEX triplet: E8, DC and CF. RGB value is (232,220,207). Sum of RGB (Red+Green+Blue) = 232+220+207=659 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.20% from 659); Green value is 220 (86.33% from 255 or 33.38% from 659); Blue value is 207 (81.25% from 255 or 31.41% from 659); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DCCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8DCCF is #172330. Grayscale: #DEDEDE. Windows color (decimal): -1516337 or 13622504. OLE color: 13622504.

HSL color Cylindrical-coordinate representation of color #E8DCCF: hue angle of 31.2º degrees, saturation: 0.35, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E8DCCF is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 220 207 -
CMYK 0 0.05 0.11 0.09
HSL 31.2º 0.35% 0.86% -
HSV(B) 31.2º 0.11% 0.91% -
XYZ 70.13 72.85 69.4 -
YUV 222.11 119.48 135.06 -
System Red Green Blue C M Y K H S L
Decimal 232 220 207 0 0.05 0.11 0.09 31.2 0.35 0.86
Hex E8 DC CF 0 5 B 9 1F 23 56
Octal 350 334 317 0 5 13 11 37 43 126
Binary 11101000 11011100 11001111 0 101 1011 1001 11111 100011 1010110

Color Harmonies of #E8DCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8DCCF

Black with #E8DCCF

Text Example


Text Example

White with #E8DCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8DCCF; }

 p { color: rgb(232,220,207); }

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

background-color css

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

 a { background-color: rgb(232,220,207); }

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

border-color css

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

 span { border-color: rgb(232,220,207); }

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