Html Css Color HEX #D6CFBD Ecru White

📋 copy color: '#D6CFBD'

red 214 ◦ green 207 ◦ blue 189

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

Shades of Ecru White #D6CFBD

Tints of Ecru White #D6CFBD

RGB

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

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

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

R = 35.08%
G = 33.93%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D6CFBD (or 0xD6CFBD) is known color: Ecru White. HEX triplet: D6, CF and BD. RGB value is (214,207,189). Sum of RGB (Red+Green+Blue) = 214+207+189=610 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.08% from 610); Green value is 207 (81.25% from 255 or 33.93% from 610); Blue value is 189 (74.22% from 255 or 30.98% from 610); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CFBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CFBD is #293042. Grayscale: #CFCFCF. Windows color (decimal): -2699331 or 12439510. OLE color: 12439510.

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

Color convert

RGB 214 207 189 -
CMYK 0 0.03 0.12 0.16
HSL 43.2º 0.23% 0.79% -
HSV(B) 43.2º 0.12% 0.84% -
XYZ 59.23 62.6 57.1 -
YUV 207.04 117.82 132.96 -
System Red Green Blue C M Y K H S L
Decimal 214 207 189 0 0.03 0.12 0.16 43.2 0.23 0.79
Hex D6 CF BD 0 3 C 10 2B 17 4F
Octal 326 317 275 0 3 14 20 53 27 117
Binary 11010110 11001111 10111101 0 11 1100 10000 101011 10111 1001111

Color Harmonies of #D6CFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CFBD

Black with #D6CFBD

Text Example


Text Example

White with #D6CFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CFBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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