#D4CABC

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

Shades of Stark White #D4CABC

Tints of Stark White #D4CABC

Color information

#D4CABC (or 0xD4CABC) is unknown color: approx Stark White. HEX triplet: D4, CA and BC. RGB value is (212,202,188). Sum of RGB (Red+Green+Blue) = 212+202+188=602 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.22% from 602); Green value is 202 (79.30% from 255 or 33.55% from 602); Blue value is 188 (73.83% from 255 or 31.23% from 602); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CABC is #2B3543. Grayscale: #CBCBCB. Windows color (decimal): -2831684 or 12372692. OLE color: 12372692.

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

Color convert

RGB212202188-
CMYK00.050.110.17
HSL35º21.82%78.43%-
HSV(B)35º11.32%83.14%-
XYZ57.3559.8756.11-
YUV203.39119.31134.14-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.22%
GREEN value IS 202 (79.30% from 255) = 33.55%
BLUE value IS 188 (73.83% from 255) = 31.23%
R=35.22%
G=33.55%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.11
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21220218800.050.110.173521.8278.43
HexD4CABC05B1123164e
Octal3243122740513214326116
Binary1101010011001010101111000101101110001100011101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CABC; }

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

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

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

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

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

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

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

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