#D7CCBD

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

Shades of Blanc #D7CCBD

Tints of Blanc #D7CCBD

Color information

#D7CCBD (or 0xD7CCBD) is unknown color: approx Blanc. HEX triplet: D7, CC and BD. RGB value is (215,204,189). Sum of RGB (Red+Green+Blue) = 215+204+189=608 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.36% from 608); Green value is 204 (80.08% from 255 or 33.55% from 608); Blue value is 189 (74.22% from 255 or 31.09% from 608); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CCBD is #283342. Grayscale: #CDCDCD. Windows color (decimal): -2634563 or 12438743. OLE color: 12438743.

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

Color convert

RGB215204189-
CMYK00.050.120.16
HSL34.62º24.53%79.22%-
HSV(B)34.62º12.09%84.31%-
XYZ58.861.3156.88-
YUV205.58118.64134.72-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.36%
GREEN value IS 204 (80.08% from 255) = 33.55%
BLUE value IS 189 (74.22% from 255) = 31.09%
R=35.36%
G=33.55%
B=31.09%

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
Decimal21520418900.050.120.1634.6224.5379.22
HexD7CCBD05C1023194f
Octal3273142750514204331117
Binary1101011111001100101111010101110010000100011110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CCBD; }

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

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

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

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

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

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

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

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