#D5CBBD

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

Shades of Blanc #D5CBBD

Tints of Blanc #D5CBBD

Color information

#D5CBBD (or 0xD5CBBD) is unknown color: approx Blanc. HEX triplet: D5, CB and BD. RGB value is (213,203,189). Sum of RGB (Red+Green+Blue) = 213+203+189=605 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.21% from 605); Green value is 203 (79.69% from 255 or 33.55% from 605); Blue value is 189 (74.22% from 255 or 31.24% from 605); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CBBD is #2A3442. Grayscale: #CCCCCC. Windows color (decimal): -2765891 or 12438485. OLE color: 12438485.

HSL color Cylindrical-coordinate representation of color #D5CBBD: hue angle of 35º 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 #D5CBBD is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB213203189-
CMYK00.050.110.16
HSL35º22.22%78.82%-
HSV(B)35º11.27%83.53%-
XYZ57.9860.5356.77-
YUV204.39119.31134.14-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.21%
GREEN value IS 203 (79.69% from 255) = 33.55%
BLUE value IS 189 (74.22% from 255) = 31.24%
R=35.21%
G=33.55%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320318900.050.110.163522.2278.82
HexD5CBBD05B1023164f
Octal3253132750513204326117
Binary1101010111001011101111010101101110000100011101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CBBD; }

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

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

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

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

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

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

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

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