#D1CDC1

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

Shades of Ecru White #D1CDC1

Tints of Ecru White #D1CDC1

Color information

#D1CDC1 (or 0xD1CDC1) is unknown color: approx Ecru White. HEX triplet: D1, CD and C1. RGB value is (209,205,193). Sum of RGB (Red+Green+Blue) = 209+205+193=607 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.43% from 607); Green value is 205 (80.47% from 255 or 33.77% from 607); Blue value is 193 (75.78% from 255 or 31.80% from 607); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CDC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CDC1 is #2E323E. Grayscale: #CCCCCC. Windows color (decimal): -3027519 or 12701137. OLE color: 12701137.

HSL color Cylindrical-coordinate representation of color #D1CDC1: hue angle of 45º degrees, saturation: 0.15, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D1CDC1 is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB209205193-
CMYK00.020.080.18
HSL45º14.81%78.82%-
HSV(B)45º7.66%81.96%-
XYZ57.7561.0759.2-
YUV204.83121.33130.98-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.43%
GREEN value IS 205 (80.47% from 255) = 33.77%
BLUE value IS 193 (75.78% from 255) = 31.80%
R=34.43%
G=33.77%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20920519300.020.080.184514.8178.82
HexD1CDC1028122df4f
Octal3213153010210225517117
Binary11010001110011011100000101010001001010110111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CDC1; }

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

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

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

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

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

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

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

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