#D9CCBA

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

Shades of Blanc #D9CCBA

Tints of Blanc #D9CCBA

Color information

#D9CCBA (or 0xD9CCBA) is unknown color: approx Blanc. HEX triplet: D9, CC and BA. RGB value is (217,204,186). Sum of RGB (Red+Green+Blue) = 217+204+186=607 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.75% from 607); Green value is 204 (80.08% from 255 or 33.61% from 607); Blue value is 186 (73.05% from 255 or 30.64% from 607); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CCBA is #263345. Grayscale: #CDCDCD. Windows color (decimal): -2503494 or 12242137. OLE color: 12242137.

HSL color Cylindrical-coordinate representation of color #D9CCBA: hue angle of 34.84º degrees, saturation: 0.29, 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 #D9CCBA is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB217204186-
CMYK00.060.140.15
HSL34.84º28.97%79.02%-
HSV(B)34.84º14.29%85.1%-
XYZ59.0761.4855.21-
YUV205.83116.81135.96-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.75%
GREEN value IS 204 (80.08% from 255) = 33.61%
BLUE value IS 186 (73.05% from 255) = 30.64%
R=35.75%
G=33.61%
B=30.64%

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
Decimal21720418600.060.140.1534.8428.9779.02
HexD9CCBA06EF231d4f
Octal3313142720616174335117
Binary110110011100110010111010011011101111100011111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CCBA; }

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

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

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

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

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

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

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

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