#D1CCBC

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

Shades of Ecru White #D1CCBC

Tints of Ecru White #D1CCBC

Color information

#D1CCBC (or 0xD1CCBC) is unknown color: approx Ecru White. HEX triplet: D1, CC and BC. RGB value is (209,204,188). Sum of RGB (Red+Green+Blue) = 209+204+188=601 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.78% from 601); Green value is 204 (80.08% from 255 or 33.94% from 601); Blue value is 188 (73.83% from 255 or 31.28% from 601); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CCBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CCBC is #2E3343. Grayscale: #CBCBCB. Windows color (decimal): -3027780 or 12373201. OLE color: 12373201.

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

Color convert

RGB209204188-
CMYK00.020.100.18
HSL45.71º18.58%77.84%-
HSV(B)45.71º10.05%81.96%-
XYZ56.9660.3756.23-
YUV203.67119.16131.8-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.78%
GREEN value IS 204 (80.08% from 255) = 33.94%
BLUE value IS 188 (73.83% from 255) = 31.28%
R=34.78%
G=33.94%
B=31.28%

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
Decimal20920418800.020.100.1845.7118.5877.84
HexD1CCBC02A122e134e
Octal3213142740212225623116
Binary110100011100110010111100010101010010101110100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CCBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CCBC; }

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

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

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

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

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

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

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

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