Html Css Color HEX #AADACF Scandal

📋 copy color: '#AADACF'

red 170 ◦ green 218 ◦ blue 207

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

Shades of Scandal #AADACF

Tints of Scandal #AADACF

RGB

 RED value IS 170 (66.8% from 255) = 28.57%

 GREEN value IS 218 (85.55% from 255) = 36.64%

 BLUE value IS 207 (81.25% from 255) = 34.79%

R = 28.57%
G = 36.64%
B = 34.79%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#AADACF (or 0xAADACF) is known color: Scandal. HEX triplet: AA, DA and CF. RGB value is (170,218,207). Sum of RGB (Red+Green+Blue) = 170+218+207=595 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.57% from 595); Green value is 218 (85.55% from 255 or 36.64% from 595); Blue value is 207 (81.25% from 255 or 34.79% from 595); Max value from RGB is 218 - color contains mainly: green. Hex color #AADACF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADACF is #552530. Grayscale: #CACACA. Windows color (decimal): -5580081 or 13621930. OLE color: 13621930.

HSL color Cylindrical-coordinate representation of color #AADACF: hue angle of 166.25º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AADACF is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 218 207 -
CMYK 0.22 0 0.05 0.15
HSL 166.25º 0.39% 0.76% -
HSV(B) 166.25º 0.22% 0.85% -
XYZ 52.91 63.19 68.44 -
YUV 202.39 130.6 104.89 -
System Red Green Blue C M Y K H S L
Decimal 170 218 207 0.22 0 0.05 0.15 166.25 0.39 0.76
Hex AA DA CF 16 0 5 F A6 27 4C
Octal 252 332 317 26 0 5 17 246 47 114
Binary 10101010 11011010 11001111 10110 0 101 1111 10100110 100111 1001100

Color Harmonies of #AADACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADACF

Black with #AADACF

Text Example


Text Example

White with #AADACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADACF; }

 p { color: rgb(170,218,207); }

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

background-color css

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

 a { background-color: rgb(170,218,207); }

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

border-color css

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

 span { border-color: rgb(170,218,207); }

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