#D9CBBB

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

Shades of Stark White #D9CBBB

Tints of Stark White #D9CBBB

Color information

#D9CBBB (or 0xD9CBBB) is unknown color: approx Stark White. HEX triplet: D9, CB and BB. RGB value is (217,203,187). Sum of RGB (Red+Green+Blue) = 217+203+187=607 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.75% from 607); Green value is 203 (79.69% from 255 or 33.44% from 607); Blue value is 187 (73.44% from 255 or 30.81% from 607); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CBBB is #263444. Grayscale: #CDCDCD. Windows color (decimal): -2503749 or 12307417. OLE color: 12307417.

HSL color Cylindrical-coordinate representation of color #D9CBBB: hue angle of 32º 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 #D9CBBB is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB217203187-
CMYK00.060.140.15
HSL32º28.3%79.22%-
HSV(B)32º13.82%85.1%-
XYZ58.9461.0555.69-
YUV205.36117.64136.3-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.75%
GREEN value IS 203 (79.69% from 255) = 33.44%
BLUE value IS 187 (73.44% from 255) = 30.81%
R=35.75%
G=33.44%
B=30.81%

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
Decimal21720318700.060.140.153228.379.22
HexD9CBBB06EF201c4f
Octal3313132730616174034117
Binary110110011100101110111011011011101111100000111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CBBB; }

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

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

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

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

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

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

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

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