Html Css Color HEX #D6CEBA Ecru White

📋 copy color: '#D6CEBA'

red 214 ◦ green 206 ◦ blue 186

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

Shades of Ecru White #D6CEBA

Tints of Ecru White #D6CEBA

RGB

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

 GREEN value IS 206 (80.86% from 255) = 33.99%

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

R = 35.31%
G = 33.99%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D6CEBA (or 0xD6CEBA) is known color: Ecru White. HEX triplet: D6, CE and BA. RGB value is (214,206,186). Sum of RGB (Red+Green+Blue) = 214+206+186=606 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.31% from 606); Green value is 206 (80.86% from 255 or 33.99% from 606); Blue value is 186 (73.05% from 255 or 30.69% from 606); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CEBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CEBA is #293145. Grayscale: #CECECE. Windows color (decimal): -2699590 or 12242646. OLE color: 12242646.

HSL color Cylindrical-coordinate representation of color #D6CEBA: hue angle of 42.86º 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 #D6CEBA is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 206 186 -
CMYK 0 0.04 0.13 0.16
HSL 42.86º 0.25% 0.78% -
HSV(B) 42.86º 0.13% 0.84% -
XYZ 58.67 61.98 55.33 -
YUV 206.11 116.65 133.63 -
System Red Green Blue C M Y K H S L
Decimal 214 206 186 0 0.04 0.13 0.16 42.86 0.25 0.78
Hex D6 CE BA 0 4 D 10 2B 19 4E
Octal 326 316 272 0 4 15 20 53 31 116
Binary 11010110 11001110 10111010 0 100 1101 10000 101011 11001 1001110

Color Harmonies of #D6CEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CEBA

Black with #D6CEBA

Text Example


Text Example

White with #D6CEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CEBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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