#D5CCBB

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

Shades of Blanc #D5CCBB

Tints of Blanc #D5CCBB

Color information

#D5CCBB (or 0xD5CCBB) is unknown color: approx Blanc. HEX triplet: D5, CC and BB. RGB value is (213,204,187). Sum of RGB (Red+Green+Blue) = 213+204+187=604 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.26% from 604); Green value is 204 (80.08% from 255 or 33.77% from 604); Blue value is 187 (73.44% from 255 or 30.96% from 604); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CCBB is #2A3344. Grayscale: #CCCCCC. Windows color (decimal): -2765637 or 12307669. OLE color: 12307669.

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

Color convert

RGB213204187-
CMYK00.040.120.16
HSL39.23º23.64%78.43%-
HSV(B)39.23º12.21%83.53%-
XYZ5860.9255.72-
YUV204.75117.98133.88-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.26%
GREEN value IS 204 (80.08% from 255) = 33.77%
BLUE value IS 187 (73.44% from 255) = 30.96%
R=35.26%
G=33.77%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320418700.040.120.1639.2323.6478.43
HexD5CCBB04C1027184e
Octal3253142730414204730116
Binary1101010111001100101110110100110010000100111110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CCBB; }

 p { color: rgb(213,204,187); }

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

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

 a { background-color: rgb(213,204,187); }

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

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

 span { border-color: rgb(213,204,187); }

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