#D2CDBC

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

Shades of Ecru White #D2CDBC

Tints of Ecru White #D2CDBC

Color information

#D2CDBC (or 0xD2CDBC) is unknown color: approx Ecru White. HEX triplet: D2, CD and BC. RGB value is (210,205,188). Sum of RGB (Red+Green+Blue) = 210+205+188=603 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.83% from 603); Green value is 205 (80.47% from 255 or 34.00% from 603); Blue value is 188 (73.83% from 255 or 31.18% from 603); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CDBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CDBC is #2D3243. Grayscale: #CCCCCC. Windows color (decimal): -2961988 or 12373458. OLE color: 12373458.

HSL color Cylindrical-coordinate representation of color #D2CDBC: hue angle of 46.36º degrees, saturation: 0.2, 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 #D2CDBC is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB210205188-
CMYK00.020.100.18
HSL46.36º19.64%78.04%-
HSV(B)46.36º10.48%82.35%-
XYZ57.496156.32-
YUV204.56118.66131.88-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.83%
GREEN value IS 205 (80.47% from 255) = 34.00%
BLUE value IS 188 (73.83% from 255) = 31.18%
R=34.83%
G=34.00%
B=31.18%

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
Decimal21020518800.020.100.1846.3619.6478.04
HexD2CDBC02A122e144e
Octal3223152740212225624116
Binary110100101100110110111100010101010010101110101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CDBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CDBC; }

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

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

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

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

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

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

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

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