#D5CDBC

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

Shades of Blanc #D5CDBC

Tints of Blanc #D5CDBC

Color information

#D5CDBC (or 0xD5CDBC) is unknown color: approx Blanc. HEX triplet: D5, CD and BC. RGB value is (213,205,188). Sum of RGB (Red+Green+Blue) = 213+205+188=606 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.15% from 606); Green value is 205 (80.47% from 255 or 33.83% from 606); Blue value is 188 (73.83% from 255 or 31.02% from 606); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CDBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CDBC is #2A3243. Grayscale: #CDCDCD. Windows color (decimal): -2765380 or 12373461. OLE color: 12373461.

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

Color convert

RGB213205188-
CMYK00.040.120.16
HSL40.8º22.94%78.63%-
HSV(B)40.8º11.74%83.53%-
XYZ58.3561.4456.36-
YUV205.45118.15133.38-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.15%
GREEN value IS 205 (80.47% from 255) = 33.83%
BLUE value IS 188 (73.83% from 255) = 31.02%
R=35.15%
G=33.83%
B=31.02%

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
Decimal21320518800.040.120.1640.822.9478.63
HexD5CDBC04C1029174f
Octal3253152740414205127117
Binary1101010111001101101111000100110010000101001101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CDBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CDBC; }

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

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

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

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

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

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

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

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