#D1CDBC

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

Shades of Ecru White #D1CDBC

Tints of Ecru White #D1CDBC

Color information

#D1CDBC (or 0xD1CDBC) is unknown color: approx Ecru White. HEX triplet: D1, CD and BC. RGB value is (209,205,188). Sum of RGB (Red+Green+Blue) = 209+205+188=602 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.72% from 602); Green value is 205 (80.47% from 255 or 34.05% from 602); Blue value is 188 (73.83% from 255 or 31.23% from 602); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CDBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CDBC is #2E3243. Grayscale: #CCCCCC. Windows color (decimal): -3027524 or 12373457. OLE color: 12373457.

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

Color convert

RGB209205188-
CMYK00.020.100.18
HSL48.57º18.58%77.84%-
HSV(B)48.57º10.05%81.96%-
XYZ57.260.8556.31-
YUV204.26118.83131.38-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.72%
GREEN value IS 205 (80.47% from 255) = 34.05%
BLUE value IS 188 (73.83% from 255) = 31.23%
R=34.72%
G=34.05%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20920518800.020.100.1848.5718.5877.84
HexD1CDBC02A1231134e
Octal3213152740212226123116
Binary110100011100110110111100010101010010110001100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CDBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CDBC; }

 p { color: rgb(209,205,188); }

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

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

 a { background-color: rgb(209,205,188); }

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

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

 span { border-color: rgb(209,205,188); }

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