Html Css Color HEX #D5D1BC Ecru White

📋 copy color: '#D5D1BC'

red 213 ◦ green 209 ◦ blue 188

#D5D1BC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ecru White #D5D1BC

Tints of Ecru White #D5D1BC

RGB

 RED value IS 213 (83.59% from 255) = 34.92%

 GREEN value IS 209 (82.03% from 255) = 34.26%

 BLUE value IS 188 (73.83% from 255) = 30.82%

R = 34.92%
G = 34.26%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D5D1BC (or 0xD5D1BC) is known color: Ecru White. HEX triplet: D5, D1 and BC. RGB value is (213,209,188). Sum of RGB (Red+Green+Blue) = 213+209+188=610 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.92% from 610); Green value is 209 (82.03% from 255 or 34.26% from 610); Blue value is 188 (73.83% from 255 or 30.82% from 610); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D1BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D1BC is #2A2E43. Grayscale: #CFCFCF. Windows color (decimal): -2764356 or 12374485. OLE color: 12374485.

HSL color Cylindrical-coordinate representation of color #D5D1BC: hue angle of 50.4º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D5D1BC is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 209 188 -
CMYK 0 0.02 0.12 0.16
HSL 50.4º 0.23% 0.79% -
HSV(B) 50.4º 0.12% 0.84% -
XYZ 59.32 63.38 56.68 -
YUV 207.8 116.83 131.71 -
System Red Green Blue C M Y K H S L
Decimal 213 209 188 0 0.02 0.12 0.16 50.4 0.23 0.79
Hex D5 D1 BC 0 2 C 10 32 17 4F
Octal 325 321 274 0 2 14 20 62 27 117
Binary 11010101 11010001 10111100 0 10 1100 10000 110010 10111 1001111

Color Harmonies of #D5D1BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D1BC

Black with #D5D1BC

Text Example


Text Example

White with #D5D1BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D1BC; }

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

 H1.HeaderClassName
 {
   color: #D5D1BC;
 }
 .AnyTagClassName
 {
   color: #D5D1BC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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