#D4CABB

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

Shades of Stark White #D4CABB

Tints of Stark White #D4CABB

Color information

#D4CABB (or 0xD4CABB) is unknown color: approx Stark White. HEX triplet: D4, CA and BB. RGB value is (212,202,187). Sum of RGB (Red+Green+Blue) = 212+202+187=601 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.27% from 601); Green value is 202 (79.30% from 255 or 33.61% from 601); Blue value is 187 (73.44% from 255 or 31.11% from 601); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CABB is #2B3544. Grayscale: #CBCBCB. Windows color (decimal): -2831685 or 12307156. OLE color: 12307156.

HSL color Cylindrical-coordinate representation of color #D4CABB: hue angle of 36º degrees, saturation: 0.23, 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 #D4CABB is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB212202187-
CMYK00.050.120.17
HSL36º22.52%78.24%-
HSV(B)36º11.79%83.14%-
XYZ57.2459.8355.54-
YUV203.28118.81134.22-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.27%
GREEN value IS 202 (79.30% from 255) = 33.61%
BLUE value IS 187 (73.44% from 255) = 31.11%
R=35.27%
G=33.61%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21220218700.050.120.173622.5278.24
HexD4CABB05C1124174e
Octal3243122730514214427116
Binary1101010011001010101110110101110010001100100101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CABB; }

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

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

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

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

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

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

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

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