#D5CCBE

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

Shades of Blanc #D5CCBE

Tints of Blanc #D5CCBE

Color information

#D5CCBE (or 0xD5CCBE) is unknown color: approx Blanc. HEX triplet: D5, CC and BE. RGB value is (213,204,190). Sum of RGB (Red+Green+Blue) = 213+204+190=607 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.09% from 607); Green value is 204 (80.08% from 255 or 33.61% from 607); Blue value is 190 (74.61% from 255 or 31.30% from 607); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CCBE is #2A3341. Grayscale: #CDCDCD. Windows color (decimal): -2765634 or 12504277. OLE color: 12504277.

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

Color convert

RGB213204190-
CMYK00.040.110.16
HSL36.52º21.5%79.02%-
HSV(B)36.52º10.8%83.53%-
XYZ58.3361.0557.42-
YUV205.1119.48133.64-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.09%
GREEN value IS 204 (80.08% from 255) = 33.61%
BLUE value IS 190 (74.61% from 255) = 31.30%
R=35.09%
G=33.61%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320419000.040.110.1636.5221.579.02
HexD5CCBE04B1025154f
Octal3253142760413204525117
Binary1101010111001100101111100100101110000100101101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CCBE; }

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

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

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

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

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

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

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

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