#ADCADD

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

Shades of Spindle #ADCADD

Tints of Spindle #ADCADD

Color information

#ADCADD (or 0xADCADD) is unknown color: approx Spindle. HEX triplet: AD, CA and DD. RGB value is (173,202,221). Sum of RGB (Red+Green+Blue) = 173+202+221=596 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.03% from 596); Green value is 202 (79.30% from 255 or 33.89% from 596); Blue value is 221 (86.72% from 255 or 37.08% from 596); Max value from RGB is 221 - color contains mainly: blue. Hex color #ADCADD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCADD is #523522. Grayscale: #C3C3C3. Windows color (decimal): -5387555 or 14535341. OLE color: 14535341.

HSL color Cylindrical-coordinate representation of color #ADCADD: hue angle of 203.75º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADCADD is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB173202221-
CMYK0.220.0900.13
HSL203.75º41.38%77.25%-
HSV(B)203.75º21.72%86.67%-
XYZ51.4156.3576.57-
YUV195.5142.39111.96-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.03%
GREEN value IS 202 (79.30% from 255) = 33.89%
BLUE value IS 221 (86.72% from 255) = 37.08%
R=29.03%
G=33.89%
B=37.08%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1732022210.220.0900.13203.7541.3877.25
HexADCADD1690Dcc294d
Octal255312335261101531451115
Binary10101101110010101101110110110100101101110011001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCADD; }

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

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

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

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

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

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

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

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