Html Css Color HEX #ADDDDB Scandal

📋 copy color: '#ADDDDB'

red 173 ◦ green 221 ◦ blue 219

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

Shades of Scandal #ADDDDB

Tints of Scandal #ADDDDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 35.73%

R = 28.22%
G = 36.05%
B = 35.73%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#ADDDDB (or 0xADDDDB) is known color: Scandal. HEX triplet: AD, DD and DB. RGB value is (173,221,219). Sum of RGB (Red+Green+Blue) = 173+221+219=613 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.22% from 613); Green value is 221 (86.72% from 255 or 36.05% from 613); Blue value is 219 (85.94% from 255 or 35.73% from 613); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDDDB is #522224. Grayscale: #CECECE. Windows color (decimal): -5382693 or 14409133. OLE color: 14409133.

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

Color convert

RGB 173 221 219 -
CMYK 0.22 0 0.01 0.13
HSL 177.5º 0.41% 0.77% -
HSV(B) 177.5º 0.22% 0.87% -
XYZ 55.88 65.71 76.76 -
YUV 206.42 135.1 104.16 -
System Red Green Blue C M Y K H S L
Decimal 173 221 219 0.22 0 0.01 0.13 177.5 0.41 0.77
Hex AD DD DB 16 0 1 D B2 29 4D
Octal 255 335 333 26 0 1 15 262 51 115
Binary 10101101 11011101 11011011 10110 0 1 1101 10110010 101001 1001101

Color Harmonies of #ADDDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDDDB

Black with #ADDDDB

Text Example


Text Example

White with #ADDDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDDDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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