#D7CBBA

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

Shades of Stark White #D7CBBA

Tints of Stark White #D7CBBA

Color information

#D7CBBA (or 0xD7CBBA) is unknown color: approx Stark White. HEX triplet: D7, CB and BA. RGB value is (215,203,186). Sum of RGB (Red+Green+Blue) = 215+203+186=604 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.60% from 604); Green value is 203 (79.69% from 255 or 33.61% from 604); Blue value is 186 (73.05% from 255 or 30.79% from 604); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CBBA is #283445. Grayscale: #CCCCCC. Windows color (decimal): -2634822 or 12241879. OLE color: 12241879.

HSL color Cylindrical-coordinate representation of color #D7CBBA: hue angle of 35.17º degrees, saturation: 0.27, 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 #D7CBBA is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB215203186-
CMYK00.060.130.16
HSL35.17º26.61%78.63%-
HSV(B)35.17º13.49%84.31%-
XYZ58.2460.755.1-
YUV204.65117.48135.38-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.60%
GREEN value IS 203 (79.69% from 255) = 33.61%
BLUE value IS 186 (73.05% from 255) = 30.79%
R=35.60%
G=33.61%
B=30.79%

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
Decimal21520318600.060.130.1635.1726.6178.63
HexD7CBBA06D10231b4f
Octal3273132720615204333117
Binary1101011111001011101110100110110110000100011110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CBBA; }

 p { color: rgb(215,203,186); }

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

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

 a { background-color: rgb(215,203,186); }

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

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

 span { border-color: rgb(215,203,186); }

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