#D5CCBC

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

Shades of Blanc #D5CCBC

Tints of Blanc #D5CCBC

Color information

#D5CCBC (or 0xD5CCBC) is unknown color: approx Blanc. HEX triplet: D5, CC and BC. RGB value is (213,204,188). Sum of RGB (Red+Green+Blue) = 213+204+188=605 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.21% from 605); Green value is 204 (80.08% from 255 or 33.72% from 605); Blue value is 188 (73.83% from 255 or 31.07% from 605); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CCBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CCBC is #2A3343. Grayscale: #CCCCCC. Windows color (decimal): -2765636 or 12373205. OLE color: 12373205.

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

Color convert

RGB213204188-
CMYK00.040.120.16
HSL38.4º22.94%78.63%-
HSV(B)38.4º11.74%83.53%-
XYZ58.1160.9656.28-
YUV204.87118.48133.8-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.21%
GREEN value IS 204 (80.08% from 255) = 33.72%
BLUE value IS 188 (73.83% from 255) = 31.07%
R=35.21%
G=33.72%
B=31.07%

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
Decimal21320418800.040.120.1638.422.9478.63
HexD5CCBC04C1026174f
Octal3253142740414204627117
Binary1101010111001100101111000100110010000100110101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CCBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CCBC; }

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

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

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

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

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

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

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

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