Html Css Color HEX #ADDCD4 Scandal

📋 copy color: '#ADDCD4'

red 173 ◦ green 220 ◦ blue 212

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

Shades of Scandal #ADDCD4

Tints of Scandal #ADDCD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 35.04%

R = 28.6%
G = 36.36%
B = 35.04%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#ADDCD4 (or 0xADDCD4) is known color: Scandal. HEX triplet: AD, DC and D4. RGB value is (173,220,212). Sum of RGB (Red+Green+Blue) = 173+220+212=605 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.60% from 605); Green value is 220 (86.33% from 255 or 36.36% from 605); Blue value is 212 (83.20% from 255 or 35.04% from 605); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDCD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDCD4 is #52232B. Grayscale: #CDCDCD. Windows color (decimal): -5382956 or 13950125. OLE color: 13950125.

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

Color convert

RGB 173 220 212 -
CMYK 0.21 0 0.04 0.14
HSL 169.79º 0.4% 0.77% -
HSV(B) 169.79º 0.21% 0.86% -
XYZ 54.71 64.82 71.92 -
YUV 205.04 131.93 105.15 -
System Red Green Blue C M Y K H S L
Decimal 173 220 212 0.21 0 0.04 0.14 169.79 0.4 0.77
Hex AD DC D4 15 0 4 E AA 28 4D
Octal 255 334 324 25 0 4 16 252 50 115
Binary 10101101 11011100 11010100 10101 0 100 1110 10101010 101000 1001101

Color Harmonies of #ADDCD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDCD4

Black with #ADDCD4

Text Example


Text Example

White with #ADDCD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDCD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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