#ADC1D7

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

Shades of Spindle #ADC1D7

Tints of Spindle #ADC1D7

Color information

#ADC1D7 (or 0xADC1D7) is unknown color: approx Spindle. HEX triplet: AD, C1 and D7. RGB value is (173,193,215). Sum of RGB (Red+Green+Blue) = 173+193+215=581 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.78% from 581); Green value is 193 (75.78% from 255 or 33.22% from 581); Blue value is 215 (84.38% from 255 or 37.01% from 581); Max value from RGB is 215 - color contains mainly: blue. Hex color #ADC1D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC1D7 is #523E28. Grayscale: #BDBDBD. Windows color (decimal): -5389865 or 14139821. OLE color: 14139821.

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

Color convert

RGB173193215-
CMYK0.200.1000.16
HSL211.43º34.43%76.08%-
HSV(B)211.43º19.53%84.31%-
XYZ48.5751.9371.75-
YUV189.53142.37116.21-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.78%
GREEN value IS 193 (75.78% from 255) = 33.22%
BLUE value IS 215 (84.38% from 255) = 37.01%
R=29.78%
G=33.22%
B=37.01%

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
Decimal1731932150.200.1000.16211.4334.4376.08
HexADC1D714A010d3224c
Octal255301327241202032342114
Binary101011011100000111010111101001010010000110100111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC1D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC1D7; }

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

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

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

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

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

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

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

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