#D6CCBD

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

Shades of Blanc #D6CCBD

Tints of Blanc #D6CCBD

Color information

#D6CCBD (or 0xD6CCBD) is unknown color: approx Blanc. HEX triplet: D6, CC and BD. RGB value is (214,204,189). Sum of RGB (Red+Green+Blue) = 214+204+189=607 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.26% from 607); Green value is 204 (80.08% from 255 or 33.61% from 607); Blue value is 189 (74.22% from 255 or 31.14% from 607); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CCBD is #293342. Grayscale: #CDCDCD. Windows color (decimal): -2700099 or 12438742. OLE color: 12438742.

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

Color convert

RGB214204189-
CMYK00.050.120.16
HSL36º23.36%79.02%-
HSV(B)36º11.68%83.92%-
XYZ58.5161.1656.86-
YUV205.28118.81134.22-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.26%
GREEN value IS 204 (80.08% from 255) = 33.61%
BLUE value IS 189 (74.22% from 255) = 31.14%
R=35.26%
G=33.61%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420418900.050.120.163623.3679.02
HexD6CCBD05C1024174f
Octal3263142750514204427117
Binary1101011011001100101111010101110010000100100101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CCBD; }

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

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

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

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

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

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

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

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