#ADC2D7

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

Shades of Spindle #ADC2D7

Tints of Spindle #ADC2D7

Color information

#ADC2D7 (or 0xADC2D7) is unknown color: approx Spindle. HEX triplet: AD, C2 and D7. RGB value is (173,194,215). Sum of RGB (Red+Green+Blue) = 173+194+215=582 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.73% from 582); Green value is 194 (76.17% from 255 or 33.33% from 582); Blue value is 215 (84.38% from 255 or 36.94% from 582); Max value from RGB is 215 - color contains mainly: blue. Hex color #ADC2D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC2D7 is #523D28. Grayscale: #BEBEBE. Windows color (decimal): -5389609 or 14140077. OLE color: 14140077.

HSL color Cylindrical-coordinate representation of color #ADC2D7: hue angle of 210º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADC2D7 is Cyan = 0.20, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB173194215-
CMYK0.200.1000.16
HSL210º34.43%76.08%-
HSV(B)210º19.53%84.31%-
XYZ48.7952.3771.83-
YUV190.11142.04115.79-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.73%
GREEN value IS 194 (76.17% from 255) = 33.33%
BLUE value IS 215 (84.38% from 255) = 36.94%
R=29.73%
G=33.33%
B=36.94%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1731942150.200.1000.1621034.4376.08
HexADC2D714A010d2224c
Octal255302327241202032242114
Binary101011011100001011010111101001010010000110100101000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC2D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC2D7; }

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

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

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

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

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

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

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

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