Html Css Color HEX #AADCCE Scandal

📋 copy color: '#AADCCE'

red 170 ◦ green 220 ◦ blue 206

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

Shades of Scandal #AADCCE

Tints of Scandal #AADCCE

RGB

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

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

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

R = 28.52%
G = 36.91%
B = 34.56%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#AADCCE (or 0xAADCCE) is known color: Scandal. HEX triplet: AA, DC and CE. RGB value is (170,220,206). Sum of RGB (Red+Green+Blue) = 170+220+206=596 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.52% from 596); Green value is 220 (86.33% from 255 or 36.91% from 596); Blue value is 206 (80.86% from 255 or 34.56% from 596); Max value from RGB is 220 - color contains mainly: green. Hex color #AADCCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADCCE is #552331. Grayscale: #CBCBCB. Windows color (decimal): -5579570 or 13556906. OLE color: 13556906.

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

Color convert

RGB 170 220 206 -
CMYK 0.23 0 0.06 0.14
HSL 163.2º 0.42% 0.76% -
HSV(B) 163.2º 0.23% 0.86% -
XYZ 53.31 64.19 67.97 -
YUV 203.45 129.44 104.14 -
System Red Green Blue C M Y K H S L
Decimal 170 220 206 0.23 0 0.06 0.14 163.2 0.42 0.76
Hex AA DC CE 17 0 6 E A3 2A 4C
Octal 252 334 316 27 0 6 16 243 52 114
Binary 10101010 11011100 11001110 10111 0 110 1110 10100011 101010 1001100

Color Harmonies of #AADCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADCCE

Black with #AADCCE

Text Example


Text Example

White with #AADCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADCCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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