#D9CDBB

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

Shades of Blanc #D9CDBB

Tints of Blanc #D9CDBB

Color information

#D9CDBB (or 0xD9CDBB) is unknown color: approx Blanc. HEX triplet: D9, CD and BB. RGB value is (217,205,187). Sum of RGB (Red+Green+Blue) = 217+205+187=609 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.63% from 609); Green value is 205 (80.47% from 255 or 33.66% from 609); Blue value is 187 (73.44% from 255 or 30.71% from 609); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CDBB is #263244. Grayscale: #CECECE. Windows color (decimal): -2503237 or 12307929. OLE color: 12307929.

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

Color convert

RGB217205187-
CMYK00.060.140.15
HSL36º28.3%79.22%-
HSV(B)36º13.82%85.1%-
XYZ59.426255.85-
YUV206.54116.98135.46-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.63%
GREEN value IS 205 (80.47% from 255) = 33.66%
BLUE value IS 187 (73.44% from 255) = 30.71%
R=35.63%
G=33.66%
B=30.71%

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
Decimal21720518700.060.140.153628.379.22
HexD9CDBB06EF241c4f
Octal3313152730616174434117
Binary110110011100110110111011011011101111100100111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CDBB; }

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

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

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

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

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

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

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

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