#D6C9BB

Color #D6C9BB Stark White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Stark White #D6C9BB

Tints of Stark White #D6C9BB

Color information

#D6C9BB (or 0xD6C9BB) is unknown color: approx 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

RGB214201187-
CMYK00.060.130.16
HSL31.11º24.77%78.63%-
HSV(B)31.11º12.62%83.92%-
XYZ57.5959.6655.49-
YUV203.29118.81135.64-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420118700.060.130.1631.1124.7778.63
HexD6C9BB06D101f194f
Octal3263112730615203731117
Binary110101101100100110111011011011011000011111110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>