Html Css Color HEX #ADBDD2 Spindle

📋 copy color: '#ADBDD2'

red 173 ◦ green 189 ◦ blue 210

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

Shades of Spindle #ADBDD2

Tints of Spindle #ADBDD2

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.04%

 BLUE value IS 210 (82.42% from 255) = 36.71%

R = 30.24%
G = 33.04%
B = 36.71%

CMYK

 C value IS 0.18

 M value IS 0.10

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#ADBDD2 (or 0xADBDD2) is known color: Spindle. HEX triplet: AD, BD and D2. RGB value is (173,189,210). Sum of RGB (Red+Green+Blue) = 173+189+210=572 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.24% from 572); Green value is 189 (74.22% from 255 or 33.04% from 572); Blue value is 210 (82.42% from 255 or 36.71% from 572); Max value from RGB is 210 - color contains mainly: blue. Hex color #ADBDD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBDD2 is #52422D. Grayscale: #BABABA. Windows color (decimal): -5390894 or 13811117. OLE color: 13811117.

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

Color convert

RGB 173 189 210 -
CMYK 0.18 0.10 0 0.18
HSL 214.05º 0.29% 0.75% -
HSV(B) 214.05º 0.18% 0.82% -
XYZ 47.06 49.93 68.13 -
YUV 186.61 141.2 118.29 -
System Red Green Blue C M Y K H S L
Decimal 173 189 210 0.18 0.10 0 0.18 214.05 0.29 0.75
Hex AD BD D2 12 A 0 12 D6 1D 4B
Octal 255 275 322 22 12 0 22 326 35 113
Binary 10101101 10111101 11010010 10010 1010 0 10010 11010110 11101 1001011

Color Harmonies of #ADBDD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBDD2

Black with #ADBDD2

Text Example


Text Example

White with #ADBDD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBDD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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