#D6CDBC

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

Shades of Blanc #D6CDBC

Tints of Blanc #D6CDBC

Color information

#D6CDBC (or 0xD6CDBC) is unknown color: approx Blanc. HEX triplet: D6, CD and BC. RGB value is (214,205,188). Sum of RGB (Red+Green+Blue) = 214+205+188=607 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.26% from 607); Green value is 205 (80.47% from 255 or 33.77% from 607); Blue value is 188 (73.83% from 255 or 30.97% from 607); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CDBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CDBC is #293243. Grayscale: #CDCDCD. Windows color (decimal): -2699844 or 12373462. OLE color: 12373462.

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

Color convert

RGB214205188-
CMYK00.040.120.16
HSL39.23º24.07%78.82%-
HSV(B)39.23º12.15%83.92%-
XYZ58.6461.5956.37-
YUV205.75117.98133.88-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.26%
GREEN value IS 205 (80.47% from 255) = 33.77%
BLUE value IS 188 (73.83% from 255) = 30.97%
R=35.26%
G=33.77%
B=30.97%

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
Decimal21420518800.040.120.1639.2324.0778.82
HexD6CDBC04C1027184f
Octal3263152740414204730117
Binary1101011011001101101111000100110010000100111110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CDBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CDBC; }

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

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

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

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

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

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

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

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