#D7CBBB

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

Shades of Stark White #D7CBBB

Tints of Stark White #D7CBBB

Color information

#D7CBBB (or 0xD7CBBB) is unknown color: approx Stark White. HEX triplet: D7, CB and BB. RGB value is (215,203,187). Sum of RGB (Red+Green+Blue) = 215+203+187=605 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.54% from 605); Green value is 203 (79.69% from 255 or 33.55% from 605); Blue value is 187 (73.44% from 255 or 30.91% from 605); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CBBB is #283444. Grayscale: #CCCCCC. Windows color (decimal): -2634821 or 12307415. OLE color: 12307415.

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

Color convert

RGB215203187-
CMYK00.060.130.16
HSL34.29º25.93%78.82%-
HSV(B)34.29º13.02%84.31%-
XYZ58.3560.7555.66-
YUV204.76117.98135.3-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.54%
GREEN value IS 203 (79.69% from 255) = 33.55%
BLUE value IS 187 (73.44% from 255) = 30.91%
R=35.54%
G=33.55%
B=30.91%

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
Decimal21520318700.060.130.1634.2925.9378.82
HexD7CBBB06D10221a4f
Octal3273132730615204232117
Binary1101011111001011101110110110110110000100010110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CBBB; }

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

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

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

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

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

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

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

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