#D8CDBB

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

Shades of Blanc #D8CDBB

Tints of Blanc #D8CDBB

Color information

#D8CDBB (or 0xD8CDBB) is unknown color: approx Blanc. HEX triplet: D8, CD and BB. RGB value is (216,205,187). Sum of RGB (Red+Green+Blue) = 216+205+187=608 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.53% from 608); Green value is 205 (80.47% from 255 or 33.72% from 608); Blue value is 187 (73.44% from 255 or 30.76% from 608); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CDBB is #273244. Grayscale: #CECECE. Windows color (decimal): -2568773 or 12307928. OLE color: 12307928.

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

Color convert

RGB216205187-
CMYK00.050.130.15
HSL37.24º27.1%79.02%-
HSV(B)37.24º13.43%84.71%-
XYZ59.1261.8555.84-
YUV206.24117.14134.96-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.53%
GREEN value IS 205 (80.47% from 255) = 33.72%
BLUE value IS 187 (73.44% from 255) = 30.76%
R=35.53%
G=33.72%
B=30.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620518700.050.130.1537.2427.179.02
HexD8CDBB05DF251b4f
Octal3303152730515174533117
Binary110110001100110110111011010111011111100101110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CDBB; }

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

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

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

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

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

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

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

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