#D8CBBA

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

Shades of Stark White #D8CBBA

Tints of Stark White #D8CBBA

Color information

#D8CBBA (or 0xD8CBBA) is unknown color: approx Stark White. HEX triplet: D8, CB and BA. RGB value is (216,203,186). Sum of RGB (Red+Green+Blue) = 216+203+186=605 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.70% from 605); Green value is 203 (79.69% from 255 or 33.55% from 605); Blue value is 186 (73.05% from 255 or 30.74% from 605); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CBBA is #273445. Grayscale: #CDCDCD. Windows color (decimal): -2569286 or 12241880. OLE color: 12241880.

HSL color Cylindrical-coordinate representation of color #D8CBBA: hue angle of 34º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D8CBBA is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB216203186-
CMYK00.060.140.15
HSL34º27.78%78.82%-
HSV(B)34º13.89%84.71%-
XYZ58.5460.8655.12-
YUV204.95117.31135.88-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.70%
GREEN value IS 203 (79.69% from 255) = 33.55%
BLUE value IS 186 (73.05% from 255) = 30.74%
R=35.70%
G=33.55%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620318600.060.140.153427.7878.82
HexD8CBBA06EF221c4f
Octal3303132720616174234117
Binary110110001100101110111010011011101111100010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CBBA; }

 p { color: rgb(216,203,186); }

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

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

 a { background-color: rgb(216,203,186); }

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

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

 span { border-color: rgb(216,203,186); }

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