#D5CDBD

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

Shades of Blanc #D5CDBD

Tints of Blanc #D5CDBD

Color information

#D5CDBD (or 0xD5CDBD) is unknown color: approx Blanc. HEX triplet: D5, CD and BD. RGB value is (213,205,189). Sum of RGB (Red+Green+Blue) = 213+205+189=607 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.09% from 607); Green value is 205 (80.47% from 255 or 33.77% from 607); Blue value is 189 (74.22% from 255 or 31.14% from 607); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CDBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CDBD is #2A3242. Grayscale: #CDCDCD. Windows color (decimal): -2765379 or 12438997. OLE color: 12438997.

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

Color convert

RGB213205189-
CMYK00.040.110.16
HSL40º22.22%78.82%-
HSV(B)40º11.27%83.53%-
XYZ58.4661.4856.93-
YUV205.57118.65133.3-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.09%
GREEN value IS 205 (80.47% from 255) = 33.77%
BLUE value IS 189 (74.22% from 255) = 31.14%
R=35.09%
G=33.77%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320518900.040.110.164022.2278.82
HexD5CDBD04B1028164f
Octal3253152750413205026117
Binary1101010111001101101111010100101110000101000101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CDBD; }

 p { color: rgb(213,205,189); }

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

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

 a { background-color: rgb(213,205,189); }

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

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

 span { border-color: rgb(213,205,189); }

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