#D7CFBC

Color #D7CFBC Ecru White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ecru White #D7CFBC

Tints of Ecru White #D7CFBC

Color information

#D7CFBC (or 0xD7CFBC) is unknown color: approx Ecru White. HEX triplet: D7, CF and BC. RGB value is (215,207,188). Sum of RGB (Red+Green+Blue) = 215+207+188=610 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.25% from 610); Green value is 207 (81.25% from 255 or 33.93% from 610); Blue value is 188 (73.83% from 255 or 30.82% from 610); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CFBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CFBC is #283043. Grayscale: #CFCFCF. Windows color (decimal): -2633796 or 12373975. OLE color: 12373975.

HSL color Cylindrical-coordinate representation of color #D7CFBC: hue angle of 42.22º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D7CFBC is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB215207188-
CMYK00.040.130.16
HSL42.22º25.23%79.02%-
HSV(B)42.22º12.56%84.31%-
XYZ59.4162.756.55-
YUV207.23117.15133.54-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.25%
GREEN value IS 207 (81.25% from 255) = 33.93%
BLUE value IS 188 (73.83% from 255) = 30.82%
R=35.25%
G=33.93%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520718800.040.130.1642.2225.2379.02
HexD7CFBC04D102a194f
Octal3273172740415205231117
Binary1101011111001111101111000100110110000101010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CFBC; }

 p { color: rgb(215,207,188); }

 H1.HeaderClassName
 {
   color: #D7CFBC;
 }
 .AnyTagClassName
 {
   color: #D7CFBC;
 }
</style>
background-color css

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

 a { background-color: rgb(215,207,188); }

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

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

 span { border-color: rgb(215,207,188); }

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