#D6CDBD

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

Shades of Blanc #D6CDBD

Tints of Blanc #D6CDBD

Color information

#D6CDBD (or 0xD6CDBD) is unknown color: approx Blanc. HEX triplet: D6, CD and BD. RGB value is (214,205,189). Sum of RGB (Red+Green+Blue) = 214+205+189=608 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.20% from 608); Green value is 205 (80.47% from 255 or 33.72% from 608); Blue value is 189 (74.22% from 255 or 31.09% from 608); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CDBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CDBD is #293242. Grayscale: #CDCDCD. Windows color (decimal): -2699843 or 12438998. OLE color: 12438998.

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

Color convert

RGB214205189-
CMYK00.040.120.16
HSL38.4º23.36%79.02%-
HSV(B)38.4º11.68%83.92%-
XYZ58.7561.6356.94-
YUV205.87118.48133.8-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.20%
GREEN value IS 205 (80.47% from 255) = 33.72%
BLUE value IS 189 (74.22% from 255) = 31.09%
R=35.20%
G=33.72%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420518900.040.120.1638.423.3679.02
HexD6CDBD04C1026174f
Octal3263152750414204627117
Binary1101011011001101101111010100110010000100110101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CDBD; }

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

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

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

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

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

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

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

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