Html Css Color HEX #ADDBD6 Scandal

📋 copy color: '#ADDBD6'

red 173 ◦ green 219 ◦ blue 214

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

Shades of Scandal #ADDBD6

Tints of Scandal #ADDBD6

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.14%

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

R = 28.55%
G = 36.14%
B = 35.31%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#ADDBD6 (or 0xADDBD6) is known color: Scandal. HEX triplet: AD, DB and D6. RGB value is (173,219,214). Sum of RGB (Red+Green+Blue) = 173+219+214=606 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.55% from 606); Green value is 219 (85.94% from 255 or 36.14% from 606); Blue value is 214 (83.98% from 255 or 35.31% from 606); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDBD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDBD6 is #522429. Grayscale: #CCCCCC. Windows color (decimal): -5383210 or 14080941. OLE color: 14080941.

HSL color Cylindrical-coordinate representation of color #ADDBD6: hue angle of 173.48º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADDBD6 is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 219 214 -
CMYK 0.21 0 0.02 0.14
HSL 173.48º 0.39% 0.77% -
HSV(B) 173.48º 0.21% 0.86% -
XYZ 54.7 64.4 73.17 -
YUV 204.68 133.26 105.41 -
System Red Green Blue C M Y K H S L
Decimal 173 219 214 0.21 0 0.02 0.14 173.48 0.39 0.77
Hex AD DB D6 15 0 2 E AD 27 4D
Octal 255 333 326 25 0 2 16 255 47 115
Binary 10101101 11011011 11010110 10101 0 10 1110 10101101 100111 1001101

Color Harmonies of #ADDBD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDBD6

Black with #ADDBD6

Text Example


Text Example

White with #ADDBD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDBD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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