#D6CAB7

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

Shades of Stark White #D6CAB7

Tints of Stark White #D6CAB7

Color information

#D6CAB7 (or 0xD6CAB7) is unknown color: approx Stark White. HEX triplet: D6, CA and B7. RGB value is (214,202,183). Sum of RGB (Red+Green+Blue) = 214+202+183=599 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.73% from 599); Green value is 202 (79.30% from 255 or 33.72% from 599); Blue value is 183 (71.88% from 255 or 30.55% from 599); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CAB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CAB7 is #293548. Grayscale: #CBCBCB. Windows color (decimal): -2700617 or 12045014. OLE color: 12045014.

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

Color convert

RGB214202183-
CMYK00.060.140.16
HSL36.77º27.43%77.84%-
HSV(B)36.77º14.49%83.92%-
XYZ57.459.9653.35-
YUV203.42116.48135.54-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.73%
GREEN value IS 202 (79.30% from 255) = 33.72%
BLUE value IS 183 (71.88% from 255) = 30.55%
R=35.73%
G=33.72%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420218300.060.140.1636.7727.4377.84
HexD6CAB706E10251b4e
Octal3263122670616204533116
Binary1101011011001010101101110110111010000100101110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CAB7; }

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

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

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

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

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

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

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

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