#D6CBBB

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

Shades of Stark White #D6CBBB

Tints of Stark White #D6CBBB

Color information

#D6CBBB (or 0xD6CBBB) is unknown color: approx Stark White. HEX triplet: D6, CB and BB. RGB value is (214,203,187). Sum of RGB (Red+Green+Blue) = 214+203+187=604 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.43% from 604); Green value is 203 (79.69% from 255 or 33.61% from 604); Blue value is 187 (73.44% from 255 or 30.96% from 604); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CBBB is #293444. Grayscale: #CCCCCC. Windows color (decimal): -2700357 or 12307414. OLE color: 12307414.

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

Color convert

RGB214203187-
CMYK00.050.130.16
HSL35.56º24.77%78.63%-
HSV(B)35.56º12.62%83.92%-
XYZ58.0660.655.65-
YUV204.46118.14134.8-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.43%
GREEN value IS 203 (79.69% from 255) = 33.61%
BLUE value IS 187 (73.44% from 255) = 30.96%
R=35.43%
G=33.61%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420318700.050.130.1635.5624.7778.63
HexD6CBBB05D1024194f
Octal3263132730515204431117
Binary1101011011001011101110110101110110000100100110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CBBB; }

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

 H1.HeaderClassName
 {
   color: #D6CBBB;
 }
 .AnyTagClassName
 {
   color: #D6CBBB;
 }
</style>
background-color css

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

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

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

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

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

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