Html Css Color HEX #AAD2CA Scandal

📋 copy color: '#AAD2CA'

red 170 ◦ green 210 ◦ blue 202

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

Shades of Scandal #AAD2CA

Tints of Scandal #AAD2CA

RGB

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

 GREEN value IS 210 (82.42% from 255) = 36.08%

 BLUE value IS 202 (79.3% from 255) = 34.71%

R = 29.21%
G = 36.08%
B = 34.71%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#AAD2CA (or 0xAAD2CA) is known color: Scandal. HEX triplet: AA, D2 and CA. RGB value is (170,210,202). Sum of RGB (Red+Green+Blue) = 170+210+202=582 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.21% from 582); Green value is 210 (82.42% from 255 or 36.08% from 582); Blue value is 202 (79.30% from 255 or 34.71% from 582); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD2CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD2CA is #552D35. Grayscale: #C5C5C5. Windows color (decimal): -5582134 or 13292202. OLE color: 13292202.

HSL color Cylindrical-coordinate representation of color #AAD2CA: hue angle of 168º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AAD2CA is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 210 202 -
CMYK 0.19 0 0.04 0.18
HSL 168º 0.31% 0.75% -
HSV(B) 168º 0.19% 0.82% -
XYZ 50.28 58.9 64.6 -
YUV 197.13 130.75 108.65 -
System Red Green Blue C M Y K H S L
Decimal 170 210 202 0.19 0 0.04 0.18 168 0.31 0.75
Hex AA D2 CA 13 0 4 12 A8 1F 4B
Octal 252 322 312 23 0 4 22 250 37 113
Binary 10101010 11010010 11001010 10011 0 100 10010 10101000 11111 1001011

Color Harmonies of #AAD2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD2CA

Black with #AAD2CA

Text Example


Text Example

White with #AAD2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD2CA; }

 p { color: rgb(170,210,202); }

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

background-color css

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

 a { background-color: rgb(170,210,202); }

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

border-color css

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

 span { border-color: rgb(170,210,202); }

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