#D6CFBC

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

Shades of Ecru White #D6CFBC

Tints of Ecru White #D6CFBC

Color information

#D6CFBC (or 0xD6CFBC) is unknown color: approx Ecru White. HEX triplet: D6, CF and BC. RGB value is (214,207,188). Sum of RGB (Red+Green+Blue) = 214+207+188=609 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.14% from 609); Green value is 207 (81.25% from 255 or 33.99% from 609); Blue value is 188 (73.83% from 255 or 30.87% from 609); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CFBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CFBC is #293043. Grayscale: #CFCFCF. Windows color (decimal): -2699332 or 12373974. OLE color: 12373974.

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

Color convert

RGB214207188-
CMYK00.030.120.16
HSL43.85º24.07%78.82%-
HSV(B)43.85º12.15%83.92%-
XYZ59.1262.5556.53-
YUV206.93117.32133.04-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.14%
GREEN value IS 207 (81.25% from 255) = 33.99%
BLUE value IS 188 (73.83% from 255) = 30.87%
R=35.14%
G=33.99%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420718800.030.120.1643.8524.0778.82
HexD6CFBC03C102c184f
Octal3263172740314205430117
Binary110101101100111110111100011110010000101100110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CFBC; }

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

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

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

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

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

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

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

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