Html Css Color HEX #ADDFDB Scandal

📋 copy color: '#ADDFDB'

red 173 ◦ green 223 ◦ blue 219

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

Shades of Scandal #ADDFDB

Tints of Scandal #ADDFDB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.26%

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

R = 28.13%
G = 36.26%
B = 35.61%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#ADDFDB (or 0xADDFDB) is known color: Scandal. HEX triplet: AD, DF and DB. RGB value is (173,223,219). Sum of RGB (Red+Green+Blue) = 173+223+219=615 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.13% from 615); Green value is 223 (87.5% from 255 or 36.26% from 615); Blue value is 219 (85.94% from 255 or 35.61% from 615); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDFDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDFDB is #522024. Grayscale: #CFCFCF. Windows color (decimal): -5382181 or 14409645. OLE color: 14409645.

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

Color convert

RGB 173 223 219 -
CMYK 0.22 0 0.02 0.13
HSL 175.2º 0.44% 0.78% -
HSV(B) 175.2º 0.22% 0.87% -
XYZ 56.41 66.77 76.93 -
YUV 207.59 134.44 103.33 -
System Red Green Blue C M Y K H S L
Decimal 173 223 219 0.22 0 0.02 0.13 175.2 0.44 0.78
Hex AD DF DB 16 0 2 D AF 2C 4E
Octal 255 337 333 26 0 2 15 257 54 116
Binary 10101101 11011111 11011011 10110 0 10 1101 10101111 101100 1001110

Color Harmonies of #ADDFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDFDB

Black with #ADDFDB

Text Example


Text Example

White with #ADDFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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