#D5C9BB

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

Shades of Stark White #D5C9BB

Tints of Stark White #D5C9BB

Color information

#D5C9BB (or 0xD5C9BB) is unknown color: approx Stark White. HEX triplet: D5, C9 and BB. RGB value is (213,201,187). Sum of RGB (Red+Green+Blue) = 213+201+187=601 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.44% from 601); Green value is 201 (78.91% from 255 or 33.44% from 601); Blue value is 187 (73.44% from 255 or 31.11% from 601); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C9BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C9BB is #2A3644. Grayscale: #CBCBCB. Windows color (decimal): -2766405 or 12306901. OLE color: 12306901.

HSL color Cylindrical-coordinate representation of color #D5C9BB: hue angle of 32.31º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D5C9BB is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB213201187-
CMYK00.060.120.16
HSL32.31º23.64%78.43%-
HSV(B)32.31º12.21%83.53%-
XYZ57.359.5155.48-
YUV202.99118.98135.14-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.44%
GREEN value IS 201 (78.91% from 255) = 33.44%
BLUE value IS 187 (73.44% from 255) = 31.11%
R=35.44%
G=33.44%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320118700.060.120.1632.3123.6478.43
HexD5C9BB06C1020184e
Octal3253112730614204030116
Binary1101010111001001101110110110110010000100000110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C9BB; }

 p { color: rgb(213,201,187); }

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

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

 a { background-color: rgb(213,201,187); }

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

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

 span { border-color: rgb(213,201,187); }

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