#D7CCBC

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

Shades of Blanc #D7CCBC

Tints of Blanc #D7CCBC

Color information

#D7CCBC (or 0xD7CCBC) is unknown color: approx Blanc. HEX triplet: D7, CC and BC. RGB value is (215,204,188). Sum of RGB (Red+Green+Blue) = 215+204+188=607 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.42% from 607); Green value is 204 (80.08% from 255 or 33.61% from 607); Blue value is 188 (73.83% from 255 or 30.97% from 607); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CCBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CCBC is #283343. Grayscale: #CDCDCD. Windows color (decimal): -2634564 or 12373207. OLE color: 12373207.

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

Color convert

RGB215204188-
CMYK00.050.130.16
HSL35.56º25.23%79.02%-
HSV(B)35.56º12.56%84.31%-
XYZ58.6961.2656.31-
YUV205.46118.14134.8-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.42%
GREEN value IS 204 (80.08% from 255) = 33.61%
BLUE value IS 188 (73.83% from 255) = 30.97%
R=35.42%
G=33.61%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520418800.050.130.1635.5625.2379.02
HexD7CCBC05D1024194f
Octal3273142740515204431117
Binary1101011111001100101111000101110110000100100110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CCBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CCBC; }

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

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

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

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

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

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

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

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