#D6CDC0

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

Shades of Blanc #D6CDC0

Tints of Blanc #D6CDC0

Color information

#D6CDC0 (or 0xD6CDC0) is unknown color: approx Blanc. HEX triplet: D6, CD and C0. RGB value is (214,205,192). Sum of RGB (Red+Green+Blue) = 214+205+192=611 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.02% from 611); Green value is 205 (80.47% from 255 or 33.55% from 611); Blue value is 192 (75.39% from 255 or 31.42% from 611); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CDC0 is #29323F. Grayscale: #CECECE. Windows color (decimal): -2699840 or 12635606. OLE color: 12635606.

HSL color Cylindrical-coordinate representation of color #D6CDC0: hue angle of 35.45º degrees, saturation: 0.21, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D6CDC0 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB214205192-
CMYK00.040.100.16
HSL35.45º21.15%79.61%-
HSV(B)35.45º10.28%83.92%-
XYZ59.0861.7658.68-
YUV206.21119.98133.56-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.02%
GREEN value IS 205 (80.47% from 255) = 33.55%
BLUE value IS 192 (75.39% from 255) = 31.42%
R=35.02%
G=33.55%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420519200.040.100.1635.4521.1579.61
HexD6CDC004A10231550
Octal3263153000412204325120
Binary1101011011001101110000000100101010000100011101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CDC0; }

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

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

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

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

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

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

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

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