#D6CCBB

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

Shades of Blanc #D6CCBB

Tints of Blanc #D6CCBB

Color information

#D6CCBB (or 0xD6CCBB) is unknown color: approx Blanc. HEX triplet: D6, CC and BB. RGB value is (214,204,187). Sum of RGB (Red+Green+Blue) = 214+204+187=605 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.37% from 605); Green value is 204 (80.08% from 255 or 33.72% from 605); Blue value is 187 (73.44% from 255 or 30.91% from 605); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CCBB is #293344. Grayscale: #CDCDCD. Windows color (decimal): -2700101 or 12307670. OLE color: 12307670.

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

Color convert

RGB214204187-
CMYK00.050.130.16
HSL37.78º24.77%78.63%-
HSV(B)37.78º12.62%83.92%-
XYZ58.2961.0755.73-
YUV205.05117.81134.38-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.37%
GREEN value IS 204 (80.08% from 255) = 33.72%
BLUE value IS 187 (73.44% from 255) = 30.91%
R=35.37%
G=33.72%
B=30.91%

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
Decimal21420418700.050.130.1637.7824.7778.63
HexD6CCBB05D1026194f
Octal3263142730515204631117
Binary1101011011001100101110110101110110000100110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CCBB; }

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

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

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

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

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

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

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

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