Html Css Color HEX #D4CFBF Ecru White

📋 copy color: '#D4CFBF'

red 212 ◦ green 207 ◦ blue 191

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

Shades of Ecru White #D4CFBF

Tints of Ecru White #D4CFBF

RGB

 RED value IS 212 (83.2% from 255) = 34.75%

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

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

R = 34.75%
G = 33.93%
B = 31.31%

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

#D4CFBF (or 0xD4CFBF) is known color: Ecru White. HEX triplet: D4, CF and BF. RGB value is (212,207,191). Sum of RGB (Red+Green+Blue) = 212+207+191=610 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.75% from 610); Green value is 207 (81.25% from 255 or 33.93% from 610); Blue value is 191 (75% from 255 or 31.31% from 610); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CFBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CFBF is #2B3040. Grayscale: #CECECE. Windows color (decimal): -2830401 or 12570580. OLE color: 12570580.

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

Color convert

RGB 212 207 191 -
CMYK 0 0.02 0.10 0.17
HSL 45.71º 0.2% 0.79% -
HSV(B) 45.71º 0.1% 0.83% -
XYZ 58.87 62.38 58.23 -
YUV 206.67 119.16 131.8 -
System Red Green Blue C M Y K H S L
Decimal 212 207 191 0 0.02 0.10 0.17 45.71 0.2 0.79
Hex D4 CF BF 0 2 A 11 2E 14 4F
Octal 324 317 277 0 2 12 21 56 24 117
Binary 11010100 11001111 10111111 0 10 1010 10001 101110 10100 1001111

Color Harmonies of #D4CFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CFBF

Black with #D4CFBF

Text Example


Text Example

White with #D4CFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CFBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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