#D6CBBA

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

Shades of Stark White #D6CBBA

Tints of Stark White #D6CBBA

Color information

#D6CBBA (or 0xD6CBBA) is unknown color: approx Stark White. HEX triplet: D6, CB and BA. RGB value is (214,203,186). Sum of RGB (Red+Green+Blue) = 214+203+186=603 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.49% from 603); Green value is 203 (79.69% from 255 or 33.67% from 603); Blue value is 186 (73.05% from 255 or 30.85% from 603); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CBBA is #293445. Grayscale: #CCCCCC. Windows color (decimal): -2700358 or 12241878. OLE color: 12241878.

HSL color Cylindrical-coordinate representation of color #D6CBBA: hue angle of 36.43º degrees, saturation: 0.25, 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 #D6CBBA is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB214203186-
CMYK00.050.130.16
HSL36.43º25.45%78.43%-
HSV(B)36.43º13.08%83.92%-
XYZ57.9560.5555.09-
YUV204.35117.64134.88-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.49%
GREEN value IS 203 (79.69% from 255) = 33.67%
BLUE value IS 186 (73.05% from 255) = 30.85%
R=35.49%
G=33.67%
B=30.85%

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
Decimal21420318600.050.130.1636.4325.4578.43
HexD6CBBA05D1024194e
Octal3263132720515204431116
Binary1101011011001011101110100101110110000100100110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CBBA; }

 p { color: rgb(214,203,186); }

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

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

 a { background-color: rgb(214,203,186); }

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

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

 span { border-color: rgb(214,203,186); }

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