Html Css Color HEX #ADC7DA Spindle

📋 copy color: '#ADC7DA'

red 173 ◦ green 199 ◦ blue 218

#ADC7DA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spindle #ADC7DA

Tints of Spindle #ADC7DA

RGB

 RED value IS 173 (67.97% from 255) = 29.32%

 GREEN value IS 199 (78.13% from 255) = 33.73%

 BLUE value IS 218 (85.55% from 255) = 36.95%

R = 29.32%
G = 33.73%
B = 36.95%

CMYK

 C value IS 0.21

 M value IS 0.09

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#ADC7DA (or 0xADC7DA) is known color: Spindle. HEX triplet: AD, C7 and DA. RGB value is (173,199,218). Sum of RGB (Red+Green+Blue) = 173+199+218=590 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.32% from 590); Green value is 199 (78.12% from 255 or 33.73% from 590); Blue value is 218 (85.55% from 255 or 36.95% from 590); Max value from RGB is 218 - color contains mainly: blue. Hex color #ADC7DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC7DA is #523825. Grayscale: #C1C1C1. Windows color (decimal): -5388326 or 14337965. OLE color: 14337965.

HSL color Cylindrical-coordinate representation of color #ADC7DA: hue angle of 205.33º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADC7DA is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 199 218 -
CMYK 0.21 0.09 0 0.15
HSL 205.33º 0.38% 0.77% -
HSV(B) 205.33º 0.21% 0.85% -
XYZ 50.31 54.79 74.25 -
YUV 193.39 141.89 113.46 -
System Red Green Blue C M Y K H S L
Decimal 173 199 218 0.21 0.09 0 0.15 205.33 0.38 0.77
Hex AD C7 DA 15 9 0 F CD 26 4D
Octal 255 307 332 25 11 0 17 315 46 115
Binary 10101101 11000111 11011010 10101 1001 0 1111 11001101 100110 1001101

Color Harmonies of #ADC7DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC7DA

Black with #ADC7DA

Text Example


Text Example

White with #ADC7DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC7DA; }

 p { color: rgb(173,199,218); }

 H1.HeaderClassName
 {
   color: #ADC7DA;
 }
 .AnyTagClassName
 {
   color: #ADC7DA;
 }
</style>

background-color css

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

 a { background-color: rgb(173,199,218); }

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

border-color css

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

 span { border-color: rgb(173,199,218); }

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