#D9CCBB

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

Shades of Blanc #D9CCBB

Tints of Blanc #D9CCBB

Color information

#D9CCBB (or 0xD9CCBB) is unknown color: approx Blanc. HEX triplet: D9, CC and BB. RGB value is (217,204,187). Sum of RGB (Red+Green+Blue) = 217+204+187=608 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.69% from 608); Green value is 204 (80.08% from 255 or 33.55% from 608); Blue value is 187 (73.44% from 255 or 30.76% from 608); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CCBB is #263344. Grayscale: #CECECE. Windows color (decimal): -2503493 or 12307673. OLE color: 12307673.

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

Color convert

RGB217204187-
CMYK00.060.140.15
HSL34º28.3%79.22%-
HSV(B)34º13.82%85.1%-
XYZ59.1861.5355.77-
YUV205.95117.31135.88-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.69%
GREEN value IS 204 (80.08% from 255) = 33.55%
BLUE value IS 187 (73.44% from 255) = 30.76%
R=35.69%
G=33.55%
B=30.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720418700.060.140.153428.379.22
HexD9CCBB06EF221c4f
Octal3313142730616174234117
Binary110110011100110010111011011011101111100010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CCBB; }

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

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

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

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

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

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

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

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