#D7CDBD

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

Shades of Blanc #D7CDBD

Tints of Blanc #D7CDBD

Color information

#D7CDBD (or 0xD7CDBD) is unknown color: approx Blanc. HEX triplet: D7, CD and BD. RGB value is (215,205,189). Sum of RGB (Red+Green+Blue) = 215+205+189=609 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.30% from 609); Green value is 205 (80.47% from 255 or 33.66% from 609); Blue value is 189 (74.22% from 255 or 31.03% from 609); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CDBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CDBD is #283242. Grayscale: #CECECE. Windows color (decimal): -2634307 or 12438999. OLE color: 12438999.

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

Color convert

RGB215205189-
CMYK00.050.120.16
HSL36.92º24.53%79.22%-
HSV(B)36.92º12.09%84.31%-
XYZ59.0461.7856.96-
YUV206.17118.31134.3-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.30%
GREEN value IS 205 (80.47% from 255) = 33.66%
BLUE value IS 189 (74.22% from 255) = 31.03%
R=35.30%
G=33.66%
B=31.03%

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
Decimal21520518900.050.120.1636.9224.5379.22
HexD7CDBD05C1025194f
Octal3273152750514204531117
Binary1101011111001101101111010101110010000100101110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CDBD; }

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

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

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

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

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

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

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

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