Html Css Color HEX #AADDCE Scandal

📋 copy color: '#AADDCE'

red 170 ◦ green 221 ◦ blue 206

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

Shades of Scandal #AADDCE

Tints of Scandal #AADDCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 34.51%

R = 28.48%
G = 37.02%
B = 34.51%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#AADDCE (or 0xAADDCE) is known color: Scandal. HEX triplet: AA, DD and CE. RGB value is (170,221,206). Sum of RGB (Red+Green+Blue) = 170+221+206=597 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.48% from 597); Green value is 221 (86.72% from 255 or 37.02% from 597); Blue value is 206 (80.86% from 255 or 34.51% from 597); Max value from RGB is 221 - color contains mainly: green. Hex color #AADDCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADDCE is #552231. Grayscale: #CCCCCC. Windows color (decimal): -5579314 or 13557162. OLE color: 13557162.

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

Color convert

RGB 170 221 206 -
CMYK 0.23 0 0.07 0.13
HSL 162.35º 0.43% 0.77% -
HSV(B) 162.35º 0.23% 0.87% -
XYZ 53.57 64.72 68.06 -
YUV 204.04 129.1 103.72 -
System Red Green Blue C M Y K H S L
Decimal 170 221 206 0.23 0 0.07 0.13 162.35 0.43 0.77
Hex AA DD CE 17 0 7 D A2 2B 4D
Octal 252 335 316 27 0 7 15 242 53 115
Binary 10101010 11011101 11001110 10111 0 111 1101 10100010 101011 1001101

Color Harmonies of #AADDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADDCE

Black with #AADDCE

Text Example


Text Example

White with #AADDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADDCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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