Html Css Color HEX #ADE0DC Scandal

📋 copy color: '#ADE0DC'

red 173 ◦ green 224 ◦ blue 220

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

Shades of Scandal #ADE0DC

Tints of Scandal #ADE0DC

RGB

 RED value IS 173 (67.97% from 255) = 28.04%

 GREEN value IS 224 (87.89% from 255) = 36.3%

 BLUE value IS 220 (86.33% from 255) = 35.66%

R = 28.04%
G = 36.3%
B = 35.66%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#ADE0DC (or 0xADE0DC) is known color: Scandal. HEX triplet: AD, E0 and DC. RGB value is (173,224,220). Sum of RGB (Red+Green+Blue) = 173+224+220=617 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.04% from 617); Green value is 224 (87.89% from 255 or 36.30% from 617); Blue value is 220 (86.33% from 255 or 35.66% from 617); Max value from RGB is 224 - color contains mainly: green. Hex color #ADE0DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE0DC is #521F23. Grayscale: #D0D0D0. Windows color (decimal): -5381924 or 14475437. OLE color: 14475437.

HSL color Cylindrical-coordinate representation of color #ADE0DC: hue angle of 175.29º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADE0DC is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 173 224 220 -
CMYK 0.23 0 0.02 0.12
HSL 175.29º 0.45% 0.78% -
HSV(B) 175.29º 0.23% 0.88% -
XYZ 56.81 67.36 77.72 -
YUV 208.3 134.6 102.83 -
System Red Green Blue C M Y K H S L
Decimal 173 224 220 0.23 0 0.02 0.12 175.29 0.45 0.78
Hex AD E0 DC 17 0 2 C AF 2D 4E
Octal 255 340 334 27 0 2 14 257 55 116
Binary 10101101 11100000 11011100 10111 0 10 1100 10101111 101101 1001110

Color Harmonies of #ADE0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADE0DC

Black with #ADE0DC

Text Example


Text Example

White with #ADE0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADE0DC; }

 p { color: rgb(173,224,220); }

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

background-color css

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

 a { background-color: rgb(173,224,220); }

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

border-color css

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

 span { border-color: rgb(173,224,220); }

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