#D6CDC1

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

Shades of Blanc #D6CDC1

Tints of Blanc #D6CDC1

Color information

#D6CDC1 (or 0xD6CDC1) is unknown color: approx Blanc. HEX triplet: D6, CD and C1. RGB value is (214,205,193). Sum of RGB (Red+Green+Blue) = 214+205+193=612 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.97% from 612); Green value is 205 (80.47% from 255 or 33.50% from 612); Blue value is 193 (75.78% from 255 or 31.54% from 612); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CDC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CDC1 is #29323E. Grayscale: #CECECE. Windows color (decimal): -2699839 or 12701142. OLE color: 12701142.

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

Color convert

RGB214205193-
CMYK00.040.100.16
HSL34.29º20.39%79.8%-
HSV(B)34.29º9.81%83.92%-
XYZ59.1961.8159.26-
YUV206.32120.48133.48-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.97%
GREEN value IS 205 (80.47% from 255) = 33.50%
BLUE value IS 193 (75.78% from 255) = 31.54%
R=34.97%
G=33.50%
B=31.54%

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
Decimal21420519300.040.100.1634.2920.3979.8
HexD6CDC104A10221450
Octal3263153010412204224120
Binary1101011011001101110000010100101010000100010101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CDC1; }

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

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

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

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

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

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

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

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