#D3CABA

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

Shades of Stark White #D3CABA

Tints of Stark White #D3CABA

Color information

#D3CABA (or 0xD3CABA) is unknown color: approx Stark White. HEX triplet: D3, CA and BA. RGB value is (211,202,186). Sum of RGB (Red+Green+Blue) = 211+202+186=599 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.23% from 599); Green value is 202 (79.30% from 255 or 33.72% from 599); Blue value is 186 (73.05% from 255 or 31.05% from 599); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3CABA is #2C3545. Grayscale: #CACACA. Windows color (decimal): -2897222 or 12241619. OLE color: 12241619.

HSL color Cylindrical-coordinate representation of color #D3CABA: hue angle of 38.4º degrees, saturation: 0.22, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D3CABA is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB211202186-
CMYK00.040.120.17
HSL38.4º22.12%77.84%-
HSV(B)38.4º11.85%82.75%-
XYZ56.8559.6454.97-
YUV202.87118.48133.8-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.23%
GREEN value IS 202 (79.30% from 255) = 33.72%
BLUE value IS 186 (73.05% from 255) = 31.05%
R=35.23%
G=33.72%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21120218600.040.120.1738.422.1277.84
HexD3CABA04C1126164e
Octal3233122720414214626116
Binary1101001111001010101110100100110010001100110101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3CABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3CABA; }

 p { color: rgb(211,202,186); }

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

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

 a { background-color: rgb(211,202,186); }

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

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

 span { border-color: rgb(211,202,186); }

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