#D6CCBA

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

Shades of Blanc #D6CCBA

Tints of Blanc #D6CCBA

Color information

#D6CCBA (or 0xD6CCBA) is unknown color: approx Blanc. HEX triplet: D6, CC and BA. RGB value is (214,204,186). Sum of RGB (Red+Green+Blue) = 214+204+186=604 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.43% from 604); Green value is 204 (80.08% from 255 or 33.77% from 604); Blue value is 186 (73.05% from 255 or 30.79% from 604); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CCBA is #293345. Grayscale: #CDCDCD. Windows color (decimal): -2700102 or 12242134. OLE color: 12242134.

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

Color convert

RGB214204186-
CMYK00.050.130.16
HSL38.57º25.45%78.43%-
HSV(B)38.57º13.08%83.92%-
XYZ58.1961.0355.17-
YUV204.94117.31134.46-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.43%
GREEN value IS 204 (80.08% from 255) = 33.77%
BLUE value IS 186 (73.05% from 255) = 30.79%
R=35.43%
G=33.77%
B=30.79%

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
Decimal21420418600.050.130.1638.5725.4578.43
HexD6CCBA05D1027194e
Octal3263142720515204731116
Binary1101011011001100101110100101110110000100111110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CCBA; }

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

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

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

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

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

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

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

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