Html Css Color HEX #AADACB Scandal

📋 copy color: '#AADACB'

red 170 ◦ green 218 ◦ blue 203

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

Shades of Scandal #AADACB

Tints of Scandal #AADACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 34.35%

R = 28.76%
G = 36.89%
B = 34.35%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#AADACB (or 0xAADACB) is known color: Scandal. HEX triplet: AA, DA and CB. RGB value is (170,218,203). Sum of RGB (Red+Green+Blue) = 170+218+203=591 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.76% from 591); Green value is 218 (85.55% from 255 or 36.89% from 591); Blue value is 203 (79.69% from 255 or 34.35% from 591); Max value from RGB is 218 - color contains mainly: green. Hex color #AADACB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADACB is #552534. Grayscale: #C9C9C9. Windows color (decimal): -5580085 or 13359786. OLE color: 13359786.

HSL color Cylindrical-coordinate representation of color #AADACB: hue angle of 161.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 #AADACB is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 218 203 -
CMYK 0.22 0 0.07 0.15
HSL 161.25º 0.39% 0.76% -
HSV(B) 161.25º 0.22% 0.85% -
XYZ 52.43 63 65.9 -
YUV 201.94 128.6 105.22 -
System Red Green Blue C M Y K H S L
Decimal 170 218 203 0.22 0 0.07 0.15 161.25 0.39 0.76
Hex AA DA CB 16 0 7 F A1 27 4C
Octal 252 332 313 26 0 7 17 241 47 114
Binary 10101010 11011010 11001011 10110 0 111 1111 10100001 100111 1001100

Color Harmonies of #AADACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADACB

Black with #AADACB

Text Example


Text Example

White with #AADACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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