Html Css Color HEX #D6C9BA Stark White

📋 copy color: '#D6C9BA'

red 214 ◦ green 201 ◦ blue 186

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

Shades of Stark White #D6C9BA

Tints of Stark White #D6C9BA

RGB

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

 GREEN value IS 201 (78.91% from 255) = 33.44%

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

R = 35.61%
G = 33.44%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D6C9BA (or 0xD6C9BA) is known color: Stark White. HEX triplet: D6, C9 and BA. RGB value is (214,201,186). Sum of RGB (Red+Green+Blue) = 214+201+186=601 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.61% from 601); Green value is 201 (78.91% from 255 or 33.44% from 601); Blue value is 186 (73.05% from 255 or 30.95% from 601); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C9BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C9BA is #293645. Grayscale: #CBCBCB. Windows color (decimal): -2700870 or 12241366. OLE color: 12241366.

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

Color convert

RGB 214 201 186 -
CMYK 0 0.06 0.13 0.16
HSL 32.14º 0.25% 0.78% -
HSV(B) 32.14º 0.13% 0.84% -
XYZ 57.48 59.61 54.93 -
YUV 203.18 118.31 135.72 -
System Red Green Blue C M Y K H S L
Decimal 214 201 186 0 0.06 0.13 0.16 32.14 0.25 0.78
Hex D6 C9 BA 0 6 D 10 20 19 4E
Octal 326 311 272 0 6 15 20 40 31 116
Binary 11010110 11001001 10111010 0 110 1101 10000 100000 11001 1001110

Color Harmonies of #D6C9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C9BA

Black with #D6C9BA

Text Example


Text Example

White with #D6C9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C9BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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