#D6CBBD

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

Shades of Blanc #D6CBBD

Tints of Blanc #D6CBBD

Color information

#D6CBBD (or 0xD6CBBD) is unknown color: approx Blanc. HEX triplet: D6, CB and BD. RGB value is (214,203,189). Sum of RGB (Red+Green+Blue) = 214+203+189=606 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.31% from 606); Green value is 203 (79.69% from 255 or 33.50% from 606); Blue value is 189 (74.22% from 255 or 31.19% from 606); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CBBD is #293442. Grayscale: #CCCCCC. Windows color (decimal): -2700355 or 12438486. OLE color: 12438486.

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

Color convert

RGB214203189-
CMYK00.050.120.16
HSL33.6º23.36%79.02%-
HSV(B)33.6º11.68%83.92%-
XYZ58.2760.6856.79-
YUV204.69119.14134.64-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.31%
GREEN value IS 203 (79.69% from 255) = 33.50%
BLUE value IS 189 (74.22% from 255) = 31.19%
R=35.31%
G=33.50%
B=31.19%

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
Decimal21420318900.050.120.1633.623.3679.02
HexD6CBBD05C1022174f
Octal3263132750514204227117
Binary1101011011001011101111010101110010000100010101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CBBD; }

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

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

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

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

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

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

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

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