#D6CABB

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

Shades of Stark White #D6CABB

Tints of Stark White #D6CABB

Color information

#D6CABB (or 0xD6CABB) is unknown color: approx Stark White. HEX triplet: D6, CA and BB. RGB value is (214,202,187). Sum of RGB (Red+Green+Blue) = 214+202+187=603 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.49% from 603); Green value is 202 (79.30% from 255 or 33.50% from 603); Blue value is 187 (73.44% from 255 or 31.01% from 603); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CABB is #293544. Grayscale: #CBCBCB. Windows color (decimal): -2700613 or 12307158. OLE color: 12307158.

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

Color convert

RGB214202187-
CMYK00.060.130.16
HSL33.33º24.77%78.63%-
HSV(B)33.33º12.62%83.92%-
XYZ57.8260.1355.57-
YUV203.88118.48135.22-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.49%
GREEN value IS 202 (79.30% from 255) = 33.50%
BLUE value IS 187 (73.44% from 255) = 31.01%
R=35.49%
G=33.50%
B=31.01%

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
Decimal21420218700.060.130.1633.3324.7778.63
HexD6CABB06D1021194f
Octal3263122730615204131117
Binary1101011011001010101110110110110110000100001110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CABB; }

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

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

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

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

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

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

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

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