#D1C8BB

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

Shades of Stark White #D1C8BB

Tints of Stark White #D1C8BB

Color information

#D1C8BB (or 0xD1C8BB) is unknown color: approx Stark White. HEX triplet: D1, C8 and BB. RGB value is (209,200,187). Sum of RGB (Red+Green+Blue) = 209+200+187=596 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.07% from 596); Green value is 200 (78.52% from 255 or 33.56% from 596); Blue value is 187 (73.44% from 255 or 31.38% from 596); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C8BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1C8BB is #2E3744. Grayscale: #C9C9C9. Windows color (decimal): -3028805 or 12306641. OLE color: 12306641.

HSL color Cylindrical-coordinate representation of color #D1C8BB: hue angle of 35.45º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D1C8BB is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB209200187-
CMYK00.040.110.18
HSL35.45º19.3%77.65%-
HSV(B)35.45º10.53%81.96%-
XYZ55.9258.4555.35-
YUV201.21119.98133.56-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.07%
GREEN value IS 200 (78.52% from 255) = 33.56%
BLUE value IS 187 (73.44% from 255) = 31.38%
R=35.07%
G=33.56%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20920018700.040.110.1835.4519.377.65
HexD1C8BB04B1223134e
Octal3213102730413224323116
Binary1101000111001000101110110100101110010100011100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1C8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1C8BB; }

 p { color: rgb(209,200,187); }

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

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

 a { background-color: rgb(209,200,187); }

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

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

 span { border-color: rgb(209,200,187); }

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