#ADC2D1

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

Shades of Spindle #ADC2D1

Tints of Spindle #ADC2D1

Color information

#ADC2D1 (or 0xADC2D1) is unknown color: approx Spindle. HEX triplet: AD, C2 and D1. RGB value is (173,194,209). Sum of RGB (Red+Green+Blue) = 173+194+209=576 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.03% from 576); Green value is 194 (76.17% from 255 or 33.68% from 576); Blue value is 209 (82.03% from 255 or 36.28% from 576); Max value from RGB is 209 - color contains mainly: blue. Hex color #ADC2D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC2D1 is #523D2E. Grayscale: #BDBDBD. Windows color (decimal): -5389615 or 13746861. OLE color: 13746861.

HSL color Cylindrical-coordinate representation of color #ADC2D1: hue angle of 205º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ADC2D1 is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB173194209-
CMYK0.170.0700.18
HSL205º28.12%74.9%-
HSV(B)205º17.22%81.96%-
XYZ48.0352.0767.84-
YUV189.43139.04116.28-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.03%
GREEN value IS 194 (76.17% from 255) = 33.68%
BLUE value IS 209 (82.03% from 255) = 36.28%
R=30.03%
G=33.68%
B=36.28%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1731942090.170.0700.1820528.1274.9
HexADC2D1117012cd1c4b
Octal25530232121702231534113
Binary1010110111000010110100011000111101001011001101111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC2D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC2D1; }

 p { color: rgb(173,194,209); }

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

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

 a { background-color: rgb(173,194,209); }

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

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

 span { border-color: rgb(173,194,209); }

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