Html Css Color HEX #AADDCD Scandal

📋 copy color: '#AADDCD'

red 170 ◦ green 221 ◦ blue 205

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

Shades of Scandal #AADDCD

Tints of Scandal #AADDCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 34.4%

R = 28.52%
G = 37.08%
B = 34.4%

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

#AADDCD (or 0xAADDCD) is known color: Scandal. HEX triplet: AA, DD and CD. RGB value is (170,221,205). Sum of RGB (Red+Green+Blue) = 170+221+205=596 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.52% from 596); Green value is 221 (86.72% from 255 or 37.08% from 596); Blue value is 205 (80.47% from 255 or 34.40% from 596); Max value from RGB is 221 - color contains mainly: green. Hex color #AADDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADDCD is #552232. Grayscale: #CBCBCB. Windows color (decimal): -5579315 or 13491626. OLE color: 13491626.

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

Color convert

RGB 170 221 205 -
CMYK 0.23 0 0.07 0.13
HSL 161.18º 0.43% 0.77% -
HSV(B) 161.18º 0.23% 0.87% -
XYZ 53.45 64.67 67.42 -
YUV 203.93 128.6 103.8 -
System Red Green Blue C M Y K H S L
Decimal 170 221 205 0.23 0 0.07 0.13 161.18 0.43 0.77
Hex AA DD CD 17 0 7 D A1 2B 4D
Octal 252 335 315 27 0 7 15 241 53 115
Binary 10101010 11011101 11001101 10111 0 111 1101 10100001 101011 1001101

Color Harmonies of #AADDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADDCD

Black with #AADDCD

Text Example


Text Example

White with #AADDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADDCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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