#D8CDBE

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

Shades of Blanc #D8CDBE

Tints of Blanc #D8CDBE

Color information

#D8CDBE (or 0xD8CDBE) is unknown color: approx Blanc. HEX triplet: D8, CD and BE. RGB value is (216,205,190). Sum of RGB (Red+Green+Blue) = 216+205+190=611 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.35% from 611); Green value is 205 (80.47% from 255 or 33.55% from 611); Blue value is 190 (74.61% from 255 or 31.10% from 611); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CDBE is #273241. Grayscale: #CECECE. Windows color (decimal): -2568770 or 12504536. OLE color: 12504536.

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

Color convert

RGB216205190-
CMYK00.050.120.15
HSL34.62º25%79.61%-
HSV(B)34.62º12.04%84.71%-
XYZ59.4461.9857.55-
YUV206.58118.64134.72-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.35%
GREEN value IS 205 (80.47% from 255) = 33.55%
BLUE value IS 190 (74.61% from 255) = 31.10%
R=35.35%
G=33.55%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620519000.050.120.1534.622579.61
HexD8CDBE05CF231950
Octal3303152760514174331120
Binary110110001100110110111110010111001111100011110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CDBE; }

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

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

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

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

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

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

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

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