Html Css Color HEX #AADCCD Scandal

📋 copy color: '#AADCCD'

red 170 ◦ green 220 ◦ blue 205

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

Shades of Scandal #AADCCD

Tints of Scandal #AADCCD

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.97%

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

R = 28.57%
G = 36.97%
B = 34.45%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#AADCCD (or 0xAADCCD) is known color: Scandal. HEX triplet: AA, DC and CD. RGB value is (170,220,205). Sum of RGB (Red+Green+Blue) = 170+220+205=595 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.57% from 595); Green value is 220 (86.33% from 255 or 36.97% from 595); Blue value is 205 (80.47% from 255 or 34.45% from 595); Max value from RGB is 220 - color contains mainly: green. Hex color #AADCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADCCD is #552332. Grayscale: #CBCBCB. Windows color (decimal): -5579571 or 13491370. OLE color: 13491370.

HSL color Cylindrical-coordinate representation of color #AADCCD: hue angle of 162º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AADCCD is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 220 205 -
CMYK 0.23 0 0.07 0.14
HSL 162º 0.42% 0.76% -
HSV(B) 162º 0.23% 0.86% -
XYZ 53.19 64.14 67.33 -
YUV 203.34 128.94 104.22 -
System Red Green Blue C M Y K H S L
Decimal 170 220 205 0.23 0 0.07 0.14 162 0.42 0.76
Hex AA DC CD 17 0 7 E A2 2A 4C
Octal 252 334 315 27 0 7 16 242 52 114
Binary 10101010 11011100 11001101 10111 0 111 1110 10100010 101010 1001100

Color Harmonies of #AADCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADCCD

Black with #AADCCD

Text Example


Text Example

White with #AADCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADCCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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