#D5CFBC

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

Shades of Ecru White #D5CFBC

Tints of Ecru White #D5CFBC

Color information

#D5CFBC (or 0xD5CFBC) is unknown color: approx Ecru White. HEX triplet: D5, CF and BC. RGB value is (213,207,188). Sum of RGB (Red+Green+Blue) = 213+207+188=608 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.03% from 608); Green value is 207 (81.25% from 255 or 34.05% from 608); Blue value is 188 (73.83% from 255 or 30.92% from 608); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CFBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CFBC is #2A3043. Grayscale: #CECECE. Windows color (decimal): -2764868 or 12373973. OLE color: 12373973.

HSL color Cylindrical-coordinate representation of color #D5CFBC: hue angle of 45.6º degrees, saturation: 0.23, 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 #D5CFBC is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB213207188-
CMYK00.030.120.16
HSL45.6º22.94%78.63%-
HSV(B)45.6º11.74%83.53%-
XYZ58.8362.456.52-
YUV206.63117.49132.54-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.03%
GREEN value IS 207 (81.25% from 255) = 34.05%
BLUE value IS 188 (73.83% from 255) = 30.92%
R=35.03%
G=34.05%
B=30.92%

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
Decimal21320718800.030.120.1645.622.9478.63
HexD5CFBC03C102e174f
Octal3253172740314205627117
Binary110101011100111110111100011110010000101110101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CFBC; }

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

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

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

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

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

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

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

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