#D1CBBC

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

Shades of Ecru White #D1CBBC

Tints of Ecru White #D1CBBC

Color information

#D1CBBC (or 0xD1CBBC) is unknown color: approx Ecru White. HEX triplet: D1, CB and BC. RGB value is (209,203,188). Sum of RGB (Red+Green+Blue) = 209+203+188=600 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.83% from 600); Green value is 203 (79.69% from 255 or 33.83% from 600); Blue value is 188 (73.83% from 255 or 31.33% from 600); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CBBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CBBC is #2E3443. Grayscale: #CBCBCB. Windows color (decimal): -3028036 or 12372945. OLE color: 12372945.

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

Color convert

RGB209203188-
CMYK00.030.100.18
HSL42.86º18.58%77.84%-
HSV(B)42.86º10.05%81.96%-
XYZ56.7359.956.15-
YUV203.08119.49132.22-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.83%
GREEN value IS 203 (79.69% from 255) = 33.83%
BLUE value IS 188 (73.83% from 255) = 31.33%
R=34.83%
G=33.83%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20920318800.030.100.1842.8618.5877.84
HexD1CBBC03A122b134e
Octal3213132740312225323116
Binary110100011100101110111100011101010010101011100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CBBC; }

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

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

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

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

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

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

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

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