Html Css Color HEX #D5CFBF Ecru White

📋 copy color: '#D5CFBF'

red 213 ◦ green 207 ◦ blue 191

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

Shades of Ecru White #D5CFBF

Tints of Ecru White #D5CFBF

RGB

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

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

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

R = 34.86%
G = 33.88%
B = 31.26%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D5CFBF (or 0xD5CFBF) is known color: Ecru White. HEX triplet: D5, CF and BF. RGB value is (213,207,191). Sum of RGB (Red+Green+Blue) = 213+207+191=611 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.86% from 611); Green value is 207 (81.25% from 255 or 33.88% from 611); Blue value is 191 (75% from 255 or 31.26% from 611); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CFBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CFBF is #2A3040. Grayscale: #CFCFCF. Windows color (decimal): -2764865 or 12570581. OLE color: 12570581.

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

Color convert

RGB 213 207 191 -
CMYK 0 0.03 0.10 0.16
HSL 43.64º 0.21% 0.79% -
HSV(B) 43.64º 0.1% 0.84% -
XYZ 59.16 62.53 58.24 -
YUV 206.97 118.99 132.3 -
System Red Green Blue C M Y K H S L
Decimal 213 207 191 0 0.03 0.10 0.16 43.64 0.21 0.79
Hex D5 CF BF 0 3 A 10 2C 15 4F
Octal 325 317 277 0 3 12 20 54 25 117
Binary 11010101 11001111 10111111 0 11 1010 10000 101100 10101 1001111

Color Harmonies of #D5CFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CFBF

Black with #D5CFBF

Text Example


Text Example

White with #D5CFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CFBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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