Html Css Color HEX #ADDCD0 Scandal

📋 copy color: '#ADDCD0'

red 173 ◦ green 220 ◦ blue 208

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

Shades of Scandal #ADDCD0

Tints of Scandal #ADDCD0

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.61%

 BLUE value IS 208 (81.64% from 255) = 34.61%

R = 28.79%
G = 36.61%
B = 34.61%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#ADDCD0 (or 0xADDCD0) is known color: Scandal. HEX triplet: AD, DC and D0. RGB value is (173,220,208). Sum of RGB (Red+Green+Blue) = 173+220+208=601 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.79% from 601); Green value is 220 (86.33% from 255 or 36.61% from 601); Blue value is 208 (81.64% from 255 or 34.61% from 601); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDCD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDCD0 is #52232F. Grayscale: #CCCCCC. Windows color (decimal): -5382960 or 13687981. OLE color: 13687981.

HSL color Cylindrical-coordinate representation of color #ADDCD0: hue angle of 164.68º degrees, saturation: 0.4, 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 #ADDCD0 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 220 208 -
CMYK 0.21 0 0.05 0.14
HSL 164.68º 0.4% 0.77% -
HSV(B) 164.68º 0.21% 0.86% -
XYZ 54.21 64.62 69.29 -
YUV 204.58 129.93 105.48 -
System Red Green Blue C M Y K H S L
Decimal 173 220 208 0.21 0 0.05 0.14 164.68 0.4 0.77
Hex AD DC D0 15 0 5 E A5 28 4D
Octal 255 334 320 25 0 5 16 245 50 115
Binary 10101101 11011100 11010000 10101 0 101 1110 10100101 101000 1001101

Color Harmonies of #ADDCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDCD0

Black with #ADDCD0

Text Example


Text Example

White with #ADDCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDCD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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