#D5CABA

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

Shades of Stark White #D5CABA

Tints of Stark White #D5CABA

Color information

#D5CABA (or 0xD5CABA) is unknown color: approx Stark White. HEX triplet: D5, CA and BA. RGB value is (213,202,186). Sum of RGB (Red+Green+Blue) = 213+202+186=601 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.44% from 601); Green value is 202 (79.30% from 255 or 33.61% from 601); Blue value is 186 (73.05% from 255 or 30.95% from 601); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CABA is #2A3545. Grayscale: #CBCBCB. Windows color (decimal): -2766150 or 12241621. OLE color: 12241621.

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

Color convert

RGB213202186-
CMYK00.050.130.16
HSL35.56º24.32%78.24%-
HSV(B)35.56º12.68%83.53%-
XYZ57.4259.9355-
YUV203.46118.14134.8-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.44%
GREEN value IS 202 (79.30% from 255) = 33.61%
BLUE value IS 186 (73.05% from 255) = 30.95%
R=35.44%
G=33.61%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320218600.050.130.1635.5624.3278.24
HexD5CABA05D1024184e
Octal3253122720515204430116
Binary1101010111001010101110100101110110000100100110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CABA; }

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

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

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

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

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

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

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

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