#D7CDBF

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

Shades of Blanc #D7CDBF

Tints of Blanc #D7CDBF

Color information

#D7CDBF (or 0xD7CDBF) is unknown color: approx Blanc. HEX triplet: D7, CD and BF. RGB value is (215,205,191). Sum of RGB (Red+Green+Blue) = 215+205+191=611 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.19% from 611); Green value is 205 (80.47% from 255 or 33.55% from 611); Blue value is 191 (75% from 255 or 31.26% from 611); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CDBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CDBF is #283240. Grayscale: #CECECE. Windows color (decimal): -2634305 or 12570071. OLE color: 12570071.

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

Color convert

RGB215205191-
CMYK00.050.110.16
HSL35º23.08%79.61%-
HSV(B)35º11.16%84.31%-
XYZ59.2661.8758.11-
YUV206.39119.31134.14-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.19%
GREEN value IS 205 (80.47% from 255) = 33.55%
BLUE value IS 191 (75% from 255) = 31.26%
R=35.19%
G=33.55%
B=31.26%

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
Decimal21520519100.050.110.163523.0879.61
HexD7CDBF05B10231750
Octal3273152770513204327120
Binary1101011111001101101111110101101110000100011101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CDBF; }

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

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

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

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

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

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

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

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