#D8CDBA

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

Shades of Blanc #D8CDBA

Tints of Blanc #D8CDBA

Color information

#D8CDBA (or 0xD8CDBA) is unknown color: approx Blanc. HEX triplet: D8, CD and BA. RGB value is (216,205,186). Sum of RGB (Red+Green+Blue) = 216+205+186=607 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.58% from 607); Green value is 205 (80.47% from 255 or 33.77% from 607); Blue value is 186 (73.05% from 255 or 30.64% from 607); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CDBA is #273245. Grayscale: #CECECE. Windows color (decimal): -2568774 or 12242392. OLE color: 12242392.

HSL color Cylindrical-coordinate representation of color #D8CDBA: hue angle of 38º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D8CDBA is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB216205186-
CMYK00.050.140.15
HSL38º27.78%78.82%-
HSV(B)38º13.89%84.71%-
XYZ59.0161.8155.27-
YUV206.12116.64135.04-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.58%
GREEN value IS 205 (80.47% from 255) = 33.77%
BLUE value IS 186 (73.05% from 255) = 30.64%
R=35.58%
G=33.77%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620518600.050.140.153827.7878.82
HexD8CDBA05EF261c4f
Octal3303152720516174634117
Binary110110001100110110111010010111101111100110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CDBA; }

 p { color: rgb(216,205,186); }

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

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

 a { background-color: rgb(216,205,186); }

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

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

 span { border-color: rgb(216,205,186); }

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