#D8CBBB

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

Shades of Stark White #D8CBBB

Tints of Stark White #D8CBBB

Color information

#D8CBBB (or 0xD8CBBB) is unknown color: approx Stark White. HEX triplet: D8, CB and BB. RGB value is (216,203,187). Sum of RGB (Red+Green+Blue) = 216+203+187=606 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.64% from 606); Green value is 203 (79.69% from 255 or 33.50% from 606); Blue value is 187 (73.44% from 255 or 30.86% from 606); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CBBB is #273444. Grayscale: #CDCDCD. Windows color (decimal): -2569285 or 12307416. OLE color: 12307416.

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

Color convert

RGB216203187-
CMYK00.060.130.15
HSL33.1º27.1%79.02%-
HSV(B)33.1º13.43%84.71%-
XYZ58.6460.955.68-
YUV205.06117.81135.8-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.64%
GREEN value IS 203 (79.69% from 255) = 33.50%
BLUE value IS 187 (73.44% from 255) = 30.86%
R=35.64%
G=33.50%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620318700.060.130.1533.127.179.02
HexD8CBBB06DF211b4f
Octal3303132730615174133117
Binary110110001100101110111011011011011111100001110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CBBB; }

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

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

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

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

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

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

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

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