#D6CCBF

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

Shades of Blanc #D6CCBF

Tints of Blanc #D6CCBF

Color information

#D6CCBF (or 0xD6CCBF) is unknown color: approx Blanc. HEX triplet: D6, CC and BF. RGB value is (214,204,191). Sum of RGB (Red+Green+Blue) = 214+204+191=609 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.14% from 609); Green value is 204 (80.08% from 255 or 33.50% from 609); Blue value is 191 (75% from 255 or 31.36% from 609); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CCBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CCBF is #293340. Grayscale: #CDCDCD. Windows color (decimal): -2700097 or 12569814. OLE color: 12569814.

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

Color convert

RGB214204191-
CMYK00.050.110.16
HSL33.91º21.9%79.41%-
HSV(B)33.91º10.75%83.92%-
XYZ58.7361.2458.02-
YUV205.51119.81134.06-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.14%
GREEN value IS 204 (80.08% from 255) = 33.50%
BLUE value IS 191 (75% from 255) = 31.36%
R=35.14%
G=33.50%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420419100.050.110.1633.9121.979.41
HexD6CCBF05B1022164f
Octal3263142770513204226117
Binary1101011011001100101111110101101110000100010101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CCBF; }

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

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

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

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

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

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

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

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