Html Css Color HEX #D3CDBD Ecru White

📋 copy color: '#D3CDBD'

red 211 ◦ green 205 ◦ blue 189

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

Shades of Ecru White #D3CDBD

Tints of Ecru White #D3CDBD

RGB

 RED value IS 211 (82.81% from 255) = 34.88%

 GREEN value IS 205 (80.47% from 255) = 33.88%

 BLUE value IS 189 (74.22% from 255) = 31.24%

R = 34.88%
G = 33.88%
B = 31.24%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.10

 K value IS 0.17

RGB Variations

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

Color information

#D3CDBD (or 0xD3CDBD) is known color: Ecru White. HEX triplet: D3, CD and BD. RGB value is (211,205,189). Sum of RGB (Red+Green+Blue) = 211+205+189=605 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.88% from 605); Green value is 205 (80.47% from 255 or 33.88% from 605); Blue value is 189 (74.22% from 255 or 31.24% from 605); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CDBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3CDBD is #2C3242. Grayscale: #CDCDCD. Windows color (decimal): -2896451 or 12438995. OLE color: 12438995.

HSL color Cylindrical-coordinate representation of color #D3CDBD: hue angle of 43.64º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D3CDBD is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 205 189 -
CMYK 0 0.03 0.10 0.17
HSL 43.64º 0.2% 0.78% -
HSV(B) 43.64º 0.1% 0.83% -
XYZ 57.88 61.19 56.9 -
YUV 204.97 118.99 132.3 -
System Red Green Blue C M Y K H S L
Decimal 211 205 189 0 0.03 0.10 0.17 43.64 0.2 0.78
Hex D3 CD BD 0 3 A 11 2C 14 4E
Octal 323 315 275 0 3 12 21 54 24 116
Binary 11010011 11001101 10111101 0 11 1010 10001 101100 10100 1001110

Color Harmonies of #D3CDBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3CDBD

Black with #D3CDBD

Text Example


Text Example

White with #D3CDBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3CDBD; }

 p { color: rgb(211,205,189); }

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

background-color css

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

 a { background-color: rgb(211,205,189); }

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

border-color css

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

 span { border-color: rgb(211,205,189); }

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