#D7CABB

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

Shades of Stark White #D7CABB

Tints of Stark White #D7CABB

Color information

#D7CABB (or 0xD7CABB) is unknown color: approx Stark White. HEX triplet: D7, CA and BB. RGB value is (215,202,187). Sum of RGB (Red+Green+Blue) = 215+202+187=604 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.60% from 604); Green value is 202 (79.30% from 255 or 33.44% from 604); Blue value is 187 (73.44% from 255 or 30.96% from 604); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CABB is #283544. Grayscale: #CCCCCC. Windows color (decimal): -2635077 or 12307159. OLE color: 12307159.

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

Color convert

RGB215202187-
CMYK00.060.130.16
HSL32.14º25.93%78.82%-
HSV(B)32.14º13.02%84.31%-
XYZ58.1160.2855.59-
YUV204.18118.31135.72-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.60%
GREEN value IS 202 (79.30% from 255) = 33.44%
BLUE value IS 187 (73.44% from 255) = 30.96%
R=35.60%
G=33.44%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520218700.060.130.1632.1425.9378.82
HexD7CABB06D10201a4f
Octal3273122730615204032117
Binary1101011111001010101110110110110110000100000110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CABB; }

 p { color: rgb(215,202,187); }

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

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

 a { background-color: rgb(215,202,187); }

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

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

 span { border-color: rgb(215,202,187); }

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