Html Css Color HEX #D3CFBD Ecru White

📋 copy color: '#D3CFBD'

red 211 ◦ green 207 ◦ blue 189

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

Shades of Ecru White #D3CFBD

Tints of Ecru White #D3CFBD

RGB

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

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

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

R = 34.76%
G = 34.1%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.10

 K value IS 0.17

RGB Variations

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

Color information

#D3CFBD (or 0xD3CFBD) is known color: Ecru White. HEX triplet: D3, CF and BD. RGB value is (211,207,189). Sum of RGB (Red+Green+Blue) = 211+207+189=607 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.76% from 607); Green value is 207 (81.25% from 255 or 34.10% from 607); Blue value is 189 (74.22% from 255 or 31.14% from 607); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CFBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3CFBD is #2C3042. Grayscale: #CECECE. Windows color (decimal): -2895939 or 12439507. OLE color: 12439507.

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

Color convert

RGB 211 207 189 -
CMYK 0 0.02 0.10 0.17
HSL 49.09º 0.2% 0.78% -
HSV(B) 49.09º 0.1% 0.83% -
XYZ 58.36 62.15 57.06 -
YUV 206.14 118.33 131.46 -
System Red Green Blue C M Y K H S L
Decimal 211 207 189 0 0.02 0.10 0.17 49.09 0.2 0.78
Hex D3 CF BD 0 2 A 11 31 14 4E
Octal 323 317 275 0 2 12 21 61 24 116
Binary 11010011 11001111 10111101 0 10 1010 10001 110001 10100 1001110

Color Harmonies of #D3CFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3CFBD

Black with #D3CFBD

Text Example


Text Example

White with #D3CFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3CFBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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