Html Css Color HEX #ADDCD7 Scandal

📋 copy color: '#ADDCD7'

red 173 ◦ green 220 ◦ blue 215

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

Shades of Scandal #ADDCD7

Tints of Scandal #ADDCD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 35.36%

R = 28.45%
G = 36.18%
B = 35.36%

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

#ADDCD7 (or 0xADDCD7) is known color: Scandal. HEX triplet: AD, DC and D7. RGB value is (173,220,215). Sum of RGB (Red+Green+Blue) = 173+220+215=608 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.45% from 608); Green value is 220 (86.33% from 255 or 36.18% from 608); Blue value is 215 (84.38% from 255 or 35.36% from 608); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDCD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDCD7 is #522328. Grayscale: #CDCDCD. Windows color (decimal): -5382953 or 14146733. OLE color: 14146733.

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

Color convert

RGB 173 220 215 -
CMYK 0.21 0 0.02 0.14
HSL 173.62º 0.4% 0.77% -
HSV(B) 173.62º 0.21% 0.86% -
XYZ 55.09 64.98 73.93 -
YUV 205.38 133.43 104.91 -
System Red Green Blue C M Y K H S L
Decimal 173 220 215 0.21 0 0.02 0.14 173.62 0.4 0.77
Hex AD DC D7 15 0 2 E AE 28 4D
Octal 255 334 327 25 0 2 16 256 50 115
Binary 10101101 11011100 11010111 10101 0 10 1110 10101110 101000 1001101

Color Harmonies of #ADDCD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDCD7

Black with #ADDCD7

Text Example


Text Example

White with #ADDCD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDCD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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