Html Css Color HEX #AAD2DD French Pass

📋 copy color: '#AAD2DD'

red 170 ◦ green 210 ◦ blue 221

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

Shades of French Pass #AAD2DD

Tints of French Pass #AAD2DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.77%

R = 28.29%
G = 34.94%
B = 36.77%

CMYK

 C value IS 0.23

 M value IS 0.05

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AAD2DD (or 0xAAD2DD) is known color: French Pass. HEX triplet: AA, D2 and DD. RGB value is (170,210,221). Sum of RGB (Red+Green+Blue) = 170+210+221=601 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.29% from 601); Green value is 210 (82.42% from 255 or 34.94% from 601); Blue value is 221 (86.72% from 255 or 36.77% from 601); Max value from RGB is 221 - color contains mainly: blue. Hex color #AAD2DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD2DD is #552D22. Grayscale: #C7C7C7. Windows color (decimal): -5582115 or 14537386. OLE color: 14537386.

HSL color Cylindrical-coordinate representation of color #AAD2DD: hue angle of 192.94º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AAD2DD is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 210 221 -
CMYK 0.23 0.05 0 0.13
HSL 192.94º 0.43% 0.77% -
HSV(B) 192.94º 0.23% 0.87% -
XYZ 52.68 59.86 77.18 -
YUV 199.29 140.25 107.11 -
System Red Green Blue C M Y K H S L
Decimal 170 210 221 0.23 0.05 0 0.13 192.94 0.43 0.77
Hex AA D2 DD 17 5 0 D C1 2B 4D
Octal 252 322 335 27 5 0 15 301 53 115
Binary 10101010 11010010 11011101 10111 101 0 1101 11000001 101011 1001101

Color Harmonies of #AAD2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD2DD

Black with #AAD2DD

Text Example


Text Example

White with #AAD2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD2DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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