#D5CDBE

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

Shades of Blanc #D5CDBE

Tints of Blanc #D5CDBE

Color information

#D5CDBE (or 0xD5CDBE) is unknown color: approx Blanc. HEX triplet: D5, CD and BE. RGB value is (213,205,190). Sum of RGB (Red+Green+Blue) = 213+205+190=608 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.03% from 608); Green value is 205 (80.47% from 255 or 33.72% from 608); Blue value is 190 (74.61% from 255 or 31.25% from 608); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CDBE is #2A3241. Grayscale: #CDCDCD. Windows color (decimal): -2765378 or 12504533. OLE color: 12504533.

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

Color convert

RGB213205190-
CMYK00.040.110.16
HSL39.13º21.5%79.02%-
HSV(B)39.13º10.8%83.53%-
XYZ58.5761.5357.5-
YUV205.68119.15133.22-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.03%
GREEN value IS 205 (80.47% from 255) = 33.72%
BLUE value IS 190 (74.61% from 255) = 31.25%
R=35.03%
G=33.72%
B=31.25%

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
Decimal21320519000.040.110.1639.1321.579.02
HexD5CDBE04B1027154f
Octal3253152760413204725117
Binary1101010111001101101111100100101110000100111101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CDBE; }

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

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

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

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

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

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

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

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