#ADC3D2

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

Shades of Spindle #ADC3D2

Tints of Spindle #ADC3D2

Color information

#ADC3D2 (or 0xADC3D2) is unknown color: approx Spindle. HEX triplet: AD, C3 and D2. RGB value is (173,195,210). Sum of RGB (Red+Green+Blue) = 173+195+210=578 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.93% from 578); Green value is 195 (76.56% from 255 or 33.74% from 578); Blue value is 210 (82.42% from 255 or 36.33% from 578); Max value from RGB is 210 - color contains mainly: blue. Hex color #ADC3D2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC3D2 is #523C2D. Grayscale: #BEBEBE. Windows color (decimal): -5389358 or 13812653. OLE color: 13812653.

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

Color convert

RGB173195210-
CMYK0.180.0700.18
HSL204.32º29.13%75.1%-
HSV(B)204.32º17.62%82.35%-
XYZ48.3852.5768.57-
YUV190.13139.21115.78-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.93%
GREEN value IS 195 (76.56% from 255) = 33.74%
BLUE value IS 210 (82.42% from 255) = 36.33%
R=29.93%
G=33.74%
B=36.33%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1731952100.180.0700.18204.3229.1375.1
HexADC3D2127012cc1d4b
Octal25530332222702231435113
Binary1010110111000011110100101001011101001011001100111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC3D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC3D2; }

 p { color: rgb(173,195,210); }

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

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

 a { background-color: rgb(173,195,210); }

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

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

 span { border-color: rgb(173,195,210); }

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