#D5CABB

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

Shades of Stark White #D5CABB

Tints of Stark White #D5CABB

Color information

#D5CABB (or 0xD5CABB) is unknown color: approx Stark White. HEX triplet: D5, CA and BB. RGB value is (213,202,187). Sum of RGB (Red+Green+Blue) = 213+202+187=602 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.38% from 602); Green value is 202 (79.30% from 255 or 33.55% from 602); Blue value is 187 (73.44% from 255 or 31.06% from 602); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CABB is #2A3544. Grayscale: #CBCBCB. Windows color (decimal): -2766149 or 12307157. OLE color: 12307157.

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

Color convert

RGB213202187-
CMYK00.050.120.16
HSL34.62º23.64%78.43%-
HSV(B)34.62º12.21%83.53%-
XYZ57.5359.9855.56-
YUV203.58118.64134.72-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.38%
GREEN value IS 202 (79.30% from 255) = 33.55%
BLUE value IS 187 (73.44% from 255) = 31.06%
R=35.38%
G=33.55%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320218700.050.120.1634.6223.6478.43
HexD5CABB05C1023184e
Octal3253122730514204330116
Binary1101010111001010101110110101110010000100011110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CABB; }

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

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

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

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

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

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

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

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