Html Css Color HEX #AADDDE Powder Blue

📋 copy color: '#AADDDE'

red 170 ◦ green 221 ◦ blue 222

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

Shades of Powder Blue #AADDDE

Tints of Powder Blue #AADDDE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.05%

 BLUE value IS 222 (87.11% from 255) = 36.22%

R = 27.73%
G = 36.05%
B = 36.22%

CMYK

 C value IS 0.23

 M value IS 0.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AADDDE (or 0xAADDDE) is known color: Powder Blue. HEX triplet: AA, DD and DE. RGB value is (170,221,222). Sum of RGB (Red+Green+Blue) = 170+221+222=613 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.73% from 613); Green value is 221 (86.72% from 255 or 36.05% from 613); Blue value is 222 (87.11% from 255 or 36.22% from 613); Max value from RGB is 222 - color contains mainly: blue. Hex color #AADDDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADDDE is #552221. Grayscale: #CDCDCD. Windows color (decimal): -5579298 or 14605738. OLE color: 14605738.

HSL color Cylindrical-coordinate representation of color #AADDDE: hue angle of 181.15º degrees, saturation: 0.44, 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 #AADDDE is Cyan = 0.23, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 221 222 -
CMYK 0.23 0.00 0 0.13
HSL 181.15º 0.44% 0.77% -
HSV(B) 181.15º 0.23% 0.87% -
XYZ 55.62 65.53 78.82 -
YUV 205.87 137.1 102.42 -
System Red Green Blue C M Y K H S L
Decimal 170 221 222 0.23 0.00 0 0.13 181.15 0.44 0.77
Hex AA DD DE 17 0 0 D B5 2C 4D
Octal 252 335 336 27 0 0 15 265 54 115
Binary 10101010 11011101 11011110 10111 0 0 1101 10110101 101100 1001101

Color Harmonies of #AADDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADDDE

Black with #AADDDE

Text Example


Text Example

White with #AADDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADDDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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