#D6D0CB

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

Shades of Swirl #D6D0CB

Tints of Swirl #D6D0CB

Color information

#D6D0CB (or 0xD6D0CB) is unknown color: approx Swirl. HEX triplet: D6, D0 and CB. RGB value is (214,208,203). Sum of RGB (Red+Green+Blue) = 214+208+203=625 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.24% from 625); Green value is 208 (81.64% from 255 or 33.28% from 625); Blue value is 203 (79.69% from 255 or 32.48% from 625); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D0CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D0CB is #292F34. Grayscale: #D1D1D1. Windows color (decimal): -2699061 or 13357270. OLE color: 13357270.

HSL color Cylindrical-coordinate representation of color #D6D0CB: hue angle of 27.27º degrees, saturation: 0.12, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D6D0CB is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB214208203-
CMYK00.030.050.16
HSL27.27º11.83%81.76%-
HSV(B)27.27º5.14%83.92%-
XYZ61.0763.7265.58-
YUV209.22124.49131.41-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.24%
GREEN value IS 208 (81.64% from 255) = 33.28%
BLUE value IS 203 (79.69% from 255) = 32.48%
R=34.24%
G=33.28%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420820300.030.050.1627.2711.8381.76
HexD6D0CB035101bc52
Octal326320313035203314122
Binary110101101101000011001011011101100001101111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D0CB; }

 p { color: rgb(214,208,203); }

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

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

 a { background-color: rgb(214,208,203); }

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

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

 span { border-color: rgb(214,208,203); }

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