Html Css Color HEX #ADDCD2 Scandal

📋 copy color: '#ADDCD2'

red 173 ◦ green 220 ◦ blue 210

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

Shades of Scandal #ADDCD2

Tints of Scandal #ADDCD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 34.83%

R = 28.69%
G = 36.48%
B = 34.83%

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

#ADDCD2 (or 0xADDCD2) is known color: Scandal. HEX triplet: AD, DC and D2. RGB value is (173,220,210). Sum of RGB (Red+Green+Blue) = 173+220+210=603 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.69% from 603); Green value is 220 (86.33% from 255 or 36.48% from 603); Blue value is 210 (82.42% from 255 or 34.83% from 603); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDCD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDCD2 is #52232D. Grayscale: #CCCCCC. Windows color (decimal): -5382958 or 13819053. OLE color: 13819053.

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

Color convert

RGB 173 220 210 -
CMYK 0.21 0 0.05 0.14
HSL 167.23º 0.4% 0.77% -
HSV(B) 167.23º 0.21% 0.86% -
XYZ 54.46 64.72 70.6 -
YUV 204.81 130.93 105.31 -
System Red Green Blue C M Y K H S L
Decimal 173 220 210 0.21 0 0.05 0.14 167.23 0.4 0.77
Hex AD DC D2 15 0 5 E A7 28 4D
Octal 255 334 322 25 0 5 16 247 50 115
Binary 10101101 11011100 11010010 10101 0 101 1110 10100111 101000 1001101

Color Harmonies of #ADDCD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDCD2

Black with #ADDCD2

Text Example


Text Example

White with #ADDCD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDCD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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