Html Css Color HEX #D6CFBE Ecru White

📋 copy color: '#D6CFBE'

red 214 ◦ green 207 ◦ blue 190

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

Shades of Ecru White #D6CFBE

Tints of Ecru White #D6CFBE

RGB

 RED value IS 214 (83.98% from 255) = 35.02%

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

 BLUE value IS 190 (74.61% from 255) = 31.1%

R = 35.02%
G = 33.88%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D6CFBE (or 0xD6CFBE) is known color: Ecru White. HEX triplet: D6, CF and BE. RGB value is (214,207,190). Sum of RGB (Red+Green+Blue) = 214+207+190=611 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.02% from 611); Green value is 207 (81.25% from 255 or 33.88% from 611); Blue value is 190 (74.61% from 255 or 31.10% from 611); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CFBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CFBE is #293041. Grayscale: #CFCFCF. Windows color (decimal): -2699330 or 12505046. OLE color: 12505046.

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

Color convert

RGB 214 207 190 -
CMYK 0 0.03 0.11 0.16
HSL 42.5º 0.23% 0.79% -
HSV(B) 42.5º 0.11% 0.84% -
XYZ 59.34 62.64 57.68 -
YUV 207.16 118.32 132.88 -
System Red Green Blue C M Y K H S L
Decimal 214 207 190 0 0.03 0.11 0.16 42.5 0.23 0.79
Hex D6 CF BE 0 3 B 10 2A 17 4F
Octal 326 317 276 0 3 13 20 52 27 117
Binary 11010110 11001111 10111110 0 11 1011 10000 101010 10111 1001111

Color Harmonies of #D6CFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CFBE

Black with #D6CFBE

Text Example


Text Example

White with #D6CFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CFBE; }

 p { color: rgb(214,207,190); }

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

background-color css

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

 a { background-color: rgb(214,207,190); }

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

border-color css

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

 span { border-color: rgb(214,207,190); }

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