#D7CFBA

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

Shades of Ecru White #D7CFBA

Tints of Ecru White #D7CFBA

Color information

#D7CFBA (or 0xD7CFBA) is unknown color: approx Ecru White. HEX triplet: D7, CF and BA. RGB value is (215,207,186). Sum of RGB (Red+Green+Blue) = 215+207+186=608 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.36% from 608); Green value is 207 (81.25% from 255 or 34.05% from 608); Blue value is 186 (73.05% from 255 or 30.59% from 608); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CFBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CFBA is #283045. Grayscale: #CFCFCF. Windows color (decimal): -2633798 or 12242903. OLE color: 12242903.

HSL color Cylindrical-coordinate representation of color #D7CFBA: hue angle of 43.45º degrees, saturation: 0.27, 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 #D7CFBA is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB215207186-
CMYK00.040.130.16
HSL43.45º26.61%78.63%-
HSV(B)43.45º13.49%84.31%-
XYZ59.262.6255.42-
YUV207116.15133.71-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.36%
GREEN value IS 207 (81.25% from 255) = 34.05%
BLUE value IS 186 (73.05% from 255) = 30.59%
R=35.36%
G=34.05%
B=30.59%

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
Decimal21520718600.040.130.1643.4526.6178.63
HexD7CFBA04D102b1b4f
Octal3273172720415205333117
Binary1101011111001111101110100100110110000101011110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CFBA; }

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

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

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

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

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

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

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

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