#D3CFBE

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

Shades of Ecru White #D3CFBE

Tints of Ecru White #D3CFBE

Color information

#D3CFBE (or 0xD3CFBE) is unknown color: approx Ecru White. HEX triplet: D3, CF and BE. RGB value is (211,207,190). Sum of RGB (Red+Green+Blue) = 211+207+190=608 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.70% from 608); Green value is 207 (81.25% from 255 or 34.05% from 608); Blue value is 190 (74.61% from 255 or 31.25% from 608); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CFBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3CFBE is #2C3041. Grayscale: #CECECE. Windows color (decimal): -2895938 or 12505043. OLE color: 12505043.

HSL color Cylindrical-coordinate representation of color #D3CFBE: hue angle of 48.57º degrees, saturation: 0.19, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D3CFBE is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB211207190-
CMYK00.020.100.17
HSL48.57º19.27%78.63%-
HSV(B)48.57º9.95%82.75%-
XYZ58.4762.1957.64-
YUV206.26118.83131.38-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.70%
GREEN value IS 207 (81.25% from 255) = 34.05%
BLUE value IS 190 (74.61% from 255) = 31.25%
R=34.70%
G=34.05%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.10
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21120719000.020.100.1748.5719.2778.63
HexD3CFBE02A1131134f
Octal3233172760212216123117
Binary110100111100111110111110010101010001110001100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3CFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3CFBE; }

 p { color: rgb(211,207,190); }

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

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

 a { background-color: rgb(211,207,190); }

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

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

 span { border-color: rgb(211,207,190); }

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