#D9CCBC

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

Shades of Blanc #D9CCBC

Tints of Blanc #D9CCBC

Color information

#D9CCBC (or 0xD9CCBC) is unknown color: approx Blanc. HEX triplet: D9, CC and BC. RGB value is (217,204,188). Sum of RGB (Red+Green+Blue) = 217+204+188=609 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.63% from 609); Green value is 204 (80.08% from 255 or 33.50% from 609); Blue value is 188 (73.83% from 255 or 30.87% from 609); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CCBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CCBC is #263343. Grayscale: #CECECE. Windows color (decimal): -2503492 or 12373209. OLE color: 12373209.

HSL color Cylindrical-coordinate representation of color #D9CCBC: hue angle of 33.1º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D9CCBC is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB217204188-
CMYK00.060.130.15
HSL33.1º27.62%79.41%-
HSV(B)33.1º13.36%85.1%-
XYZ59.2961.5756.34-
YUV206.06117.81135.8-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.63%
GREEN value IS 204 (80.08% from 255) = 33.50%
BLUE value IS 188 (73.83% from 255) = 30.87%
R=35.63%
G=33.50%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720418800.060.130.1533.127.6279.41
HexD9CCBC06DF211c4f
Octal3313142740615174134117
Binary110110011100110010111100011011011111100001111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CCBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CCBC; }

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

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

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

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

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

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

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

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