Html Css Color HEX #ADDDD6 Scandal

📋 copy color: '#ADDDD6'

red 173 ◦ green 221 ◦ blue 214

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

Shades of Scandal #ADDDD6

Tints of Scandal #ADDDD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 35.2%

R = 28.45%
G = 36.35%
B = 35.2%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#ADDDD6 (or 0xADDDD6) is known color: Scandal. HEX triplet: AD, DD and D6. RGB value is (173,221,214). Sum of RGB (Red+Green+Blue) = 173+221+214=608 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.45% from 608); Green value is 221 (86.72% from 255 or 36.35% from 608); Blue value is 214 (83.98% from 255 or 35.20% from 608); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDDD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDDD6 is #522229. Grayscale: #CDCDCD. Windows color (decimal): -5382698 or 14081453. OLE color: 14081453.

HSL color Cylindrical-coordinate representation of color #ADDDD6: hue angle of 171.25º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADDDD6 is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 221 214 -
CMYK 0.22 0 0.03 0.13
HSL 171.25º 0.41% 0.77% -
HSV(B) 171.25º 0.22% 0.87% -
XYZ 55.23 65.45 73.34 -
YUV 205.85 132.6 104.57 -
System Red Green Blue C M Y K H S L
Decimal 173 221 214 0.22 0 0.03 0.13 171.25 0.41 0.77
Hex AD DD D6 16 0 3 D AB 29 4D
Octal 255 335 326 26 0 3 15 253 51 115
Binary 10101101 11011101 11010110 10110 0 11 1101 10101011 101001 1001101

Color Harmonies of #ADDDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDDD6

Black with #ADDDD6

Text Example


Text Example

White with #ADDDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDDD6; }

 p { color: rgb(173,221,214); }

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

background-color css

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

 a { background-color: rgb(173,221,214); }

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

border-color css

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

 span { border-color: rgb(173,221,214); }

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