#D5CCBF

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

Shades of Blanc #D5CCBF

Tints of Blanc #D5CCBF

Color information

#D5CCBF (or 0xD5CCBF) is unknown color: approx Blanc. HEX triplet: D5, CC and BF. RGB value is (213,204,191). Sum of RGB (Red+Green+Blue) = 213+204+191=608 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.03% from 608); Green value is 204 (80.08% from 255 or 33.55% from 608); Blue value is 191 (75% from 255 or 31.41% from 608); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CCBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CCBF is #2A3340. Grayscale: #CDCDCD. Windows color (decimal): -2765633 or 12569813. OLE color: 12569813.

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

Color convert

RGB213204191-
CMYK00.040.100.16
HSL35.45º20.75%79.22%-
HSV(B)35.45º10.33%83.53%-
XYZ58.4461.0958-
YUV205.21119.98133.56-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.03%
GREEN value IS 204 (80.08% from 255) = 33.55%
BLUE value IS 191 (75% from 255) = 31.41%
R=35.03%
G=33.55%
B=31.41%

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
Decimal21320419100.040.100.1635.4520.7579.22
HexD5CCBF04A1023154f
Octal3253142770412204325117
Binary1101010111001100101111110100101010000100011101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CCBF; }

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

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

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

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

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

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

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

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