Html Css Color HEX #D6C9BB Stark White

📋 copy color: '#D6C9BB'

red 214 ◦ green 201 ◦ blue 187

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

Shades of Stark White #D6C9BB

Tints of Stark White #D6C9BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 31.06%

R = 35.55%
G = 33.39%
B = 31.06%

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

#D6C9BB (or 0xD6C9BB) is known color: Stark White. HEX triplet: D6, C9 and BB. RGB value is (214,201,187). Sum of RGB (Red+Green+Blue) = 214+201+187=602 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.55% from 602); Green value is 201 (78.91% from 255 or 33.39% from 602); Blue value is 187 (73.44% from 255 or 31.06% from 602); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C9BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C9BB is #293644. Grayscale: #CBCBCB. Windows color (decimal): -2700869 or 12306902. OLE color: 12306902.

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

Color convert

RGB 214 201 187 -
CMYK 0 0.06 0.13 0.16
HSL 31.11º 0.25% 0.79% -
HSV(B) 31.11º 0.13% 0.84% -
XYZ 57.59 59.66 55.49 -
YUV 203.29 118.81 135.64 -
System Red Green Blue C M Y K H S L
Decimal 214 201 187 0 0.06 0.13 0.16 31.11 0.25 0.79
Hex D6 C9 BB 0 6 D 10 1F 19 4F
Octal 326 311 273 0 6 15 20 37 31 117
Binary 11010110 11001001 10111011 0 110 1101 10000 11111 11001 1001111

Color Harmonies of #D6C9BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C9BB

Black with #D6C9BB

Text Example


Text Example

White with #D6C9BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C9BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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