Html Css Color HEX #D3CFBF Ecru White

📋 copy color: '#D3CFBF'

red 211 ◦ green 207 ◦ blue 191

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

Shades of Ecru White #D3CFBF

Tints of Ecru White #D3CFBF

RGB

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

 GREEN value IS 207 (81.25% from 255) = 33.99%

 BLUE value IS 191 (75% from 255) = 31.36%

R = 34.65%
G = 33.99%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.09

 K value IS 0.17

RGB Variations

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

Color information

#D3CFBF (or 0xD3CFBF) is known color: Ecru White. HEX triplet: D3, CF and BF. RGB value is (211,207,191). Sum of RGB (Red+Green+Blue) = 211+207+191=609 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.65% from 609); Green value is 207 (81.25% from 255 or 33.99% from 609); Blue value is 191 (75% from 255 or 31.36% from 609); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CFBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3CFBF is #2C3040. Grayscale: #CECECE. Windows color (decimal): -2895937 or 12570579. OLE color: 12570579.

HSL color Cylindrical-coordinate representation of color #D3CFBF: hue angle of 48º degrees, saturation: 0.19, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D3CFBF is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 207 191 -
CMYK 0 0.02 0.09 0.17
HSL 48º 0.19% 0.79% -
HSV(B) 48º 0.09% 0.83% -
XYZ 58.58 62.24 58.22 -
YUV 206.37 119.33 131.3 -
System Red Green Blue C M Y K H S L
Decimal 211 207 191 0 0.02 0.09 0.17 48 0.19 0.79
Hex D3 CF BF 0 2 9 11 30 13 4F
Octal 323 317 277 0 2 11 21 60 23 117
Binary 11010011 11001111 10111111 0 10 1001 10001 110000 10011 1001111

Color Harmonies of #D3CFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3CFBF

Black with #D3CFBF

Text Example


Text Example

White with #D3CFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3CFBF; }

 p { color: rgb(211,207,191); }

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

background-color css

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

 a { background-color: rgb(211,207,191); }

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

border-color css

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

 span { border-color: rgb(211,207,191); }

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