#D5CABD

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

Shades of Stark White #D5CABD

Tints of Stark White #D5CABD

Color information

#D5CABD (or 0xD5CABD) is unknown color: approx Stark White. HEX triplet: D5, CA and BD. RGB value is (213,202,189). Sum of RGB (Red+Green+Blue) = 213+202+189=604 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.26% from 604); Green value is 202 (79.30% from 255 or 33.44% from 604); Blue value is 189 (74.22% from 255 or 31.29% from 604); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CABD is #2A3542. Grayscale: #CBCBCB. Windows color (decimal): -2766147 or 12438229. OLE color: 12438229.

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

Color convert

RGB213202189-
CMYK00.050.110.16
HSL32.5º22.22%78.82%-
HSV(B)32.5º11.27%83.53%-
XYZ57.7560.0656.69-
YUV203.81119.64134.56-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.26%
GREEN value IS 202 (79.30% from 255) = 33.44%
BLUE value IS 189 (74.22% from 255) = 31.29%
R=35.26%
G=33.44%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320218900.050.110.1632.522.2278.82
HexD5CABD05B1021164f
Octal3253122750513204126117
Binary1101010111001010101111010101101110000100001101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CABD; }

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

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

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

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

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

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

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

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