#D5CDBF

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

Shades of Blanc #D5CDBF

Tints of Blanc #D5CDBF

Color information

#D5CDBF (or 0xD5CDBF) is unknown color: approx Blanc. HEX triplet: D5, CD and BF. RGB value is (213,205,191). Sum of RGB (Red+Green+Blue) = 213+205+191=609 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.98% from 609); Green value is 205 (80.47% from 255 or 33.66% from 609); Blue value is 191 (75% from 255 or 31.36% from 609); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CDBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CDBF is #2A3240. Grayscale: #CDCDCD. Windows color (decimal): -2765377 or 12570069. OLE color: 12570069.

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

Color convert

RGB213205191-
CMYK00.040.100.16
HSL38.18º20.75%79.22%-
HSV(B)38.18º10.33%83.53%-
XYZ58.6861.5758.08-
YUV205.8119.65133.14-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.98%
GREEN value IS 205 (80.47% from 255) = 33.66%
BLUE value IS 191 (75% from 255) = 31.36%
R=34.98%
G=33.66%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320519100.040.100.1638.1820.7579.22
HexD5CDBF04A1026154f
Octal3253152770412204625117
Binary1101010111001101101111110100101010000100110101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CDBF; }

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

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

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

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

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

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

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

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