#ADCADB

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

Shades of Spindle #ADCADB

Tints of Spindle #ADCADB

Color information

#ADCADB (or 0xADCADB) is unknown color: approx Spindle. HEX triplet: AD, CA and DB. RGB value is (173,202,219). Sum of RGB (Red+Green+Blue) = 173+202+219=594 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.12% from 594); Green value is 202 (79.30% from 255 or 34.01% from 594); Blue value is 219 (85.94% from 255 or 36.87% from 594); Max value from RGB is 219 - color contains mainly: blue. Hex color #ADCADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCADB is #523524. Grayscale: #C3C3C3. Windows color (decimal): -5387557 or 14404269. OLE color: 14404269.

HSL color Cylindrical-coordinate representation of color #ADCADB: hue angle of 202.17º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADCADB is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB173202219-
CMYK0.210.0800.14
HSL202.17º38.98%76.86%-
HSV(B)202.17º21%85.88%-
XYZ51.1456.2475.18-
YUV195.27141.39112.12-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.12%
GREEN value IS 202 (79.30% from 255) = 34.01%
BLUE value IS 219 (85.94% from 255) = 36.87%
R=29.12%
G=34.01%
B=36.87%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1732022190.210.0800.14202.1738.9876.86
HexADCADB1580Eca274d
Octal255312333251001631247115
Binary10101101110010101101101110101100001110110010101001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCADB; }

 p { color: rgb(173,202,219); }

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

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

 a { background-color: rgb(173,202,219); }

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

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

 span { border-color: rgb(173,202,219); }

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