#D7CFB9

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

Shades of Ecru White #D7CFB9

Tints of Ecru White #D7CFB9

Color information

#D7CFB9 (or 0xD7CFB9) is unknown color: approx Ecru White. HEX triplet: D7, CF and B9. RGB value is (215,207,185). Sum of RGB (Red+Green+Blue) = 215+207+185=607 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.42% from 607); Green value is 207 (81.25% from 255 or 34.10% from 607); Blue value is 185 (72.66% from 255 or 30.48% from 607); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CFB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CFB9 is #283046. Grayscale: #CECECE. Windows color (decimal): -2633799 or 12177367. OLE color: 12177367.

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

Color convert

RGB215207185-
CMYK00.040.140.16
HSL44º27.27%78.43%-
HSV(B)44º13.95%84.31%-
XYZ59.0962.5854.86-
YUV206.88115.65133.79-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.42%
GREEN value IS 207 (81.25% from 255) = 34.10%
BLUE value IS 185 (72.66% from 255) = 30.48%
R=35.42%
G=34.10%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520718500.040.140.164427.2778.43
HexD7CFB904E102c1b4e
Octal3273172710416205433116
Binary1101011111001111101110010100111010000101100110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CFB9; }

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

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

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

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

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

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

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

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