Html Css Color HEX #D6CFBA Ecru White

📋 copy color: '#D6CFBA'

red 214 ◦ green 207 ◦ blue 186

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

Shades of Ecru White #D6CFBA

Tints of Ecru White #D6CFBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 30.64%

R = 35.26%
G = 34.1%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D6CFBA (or 0xD6CFBA) is known color: Ecru White. HEX triplet: D6, CF and BA. RGB value is (214,207,186). Sum of RGB (Red+Green+Blue) = 214+207+186=607 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.26% from 607); Green value is 207 (81.25% from 255 or 34.10% from 607); Blue value is 186 (73.05% from 255 or 30.64% from 607); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CFBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CFBA is #293045. Grayscale: #CECECE. Windows color (decimal): -2699334 or 12242902. OLE color: 12242902.

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

Color convert

RGB 214 207 186 -
CMYK 0 0.03 0.13 0.16
HSL 45º 0.25% 0.78% -
HSV(B) 45º 0.13% 0.84% -
XYZ 58.91 62.47 55.41 -
YUV 206.7 116.32 133.21 -
System Red Green Blue C M Y K H S L
Decimal 214 207 186 0 0.03 0.13 0.16 45 0.25 0.78
Hex D6 CF BA 0 3 D 10 2D 19 4E
Octal 326 317 272 0 3 15 20 55 31 116
Binary 11010110 11001111 10111010 0 11 1101 10000 101101 11001 1001110

Color Harmonies of #D6CFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CFBA

Black with #D6CFBA

Text Example


Text Example

White with #D6CFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CFBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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