Html Css Color HEX #ADD6CD Scandal

📋 copy color: '#ADD6CD'

red 173 ◦ green 214 ◦ blue 205

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

Shades of Scandal #ADD6CD

Tints of Scandal #ADD6CD

RGB

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

 GREEN value IS 214 (83.98% from 255) = 36.15%

 BLUE value IS 205 (80.47% from 255) = 34.63%

R = 29.22%
G = 36.15%
B = 34.63%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#ADD6CD (or 0xADD6CD) is known color: Scandal. HEX triplet: AD, D6 and CD. RGB value is (173,214,205). Sum of RGB (Red+Green+Blue) = 173+214+205=592 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.22% from 592); Green value is 214 (83.98% from 255 or 36.15% from 592); Blue value is 205 (80.47% from 255 or 34.63% from 592); Max value from RGB is 214 - color contains mainly: green. Hex color #ADD6CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD6CD is #522932. Grayscale: #C8C8C8. Windows color (decimal): -5384499 or 13489837. OLE color: 13489837.

HSL color Cylindrical-coordinate representation of color #ADD6CD: hue angle of 166.83º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ADD6CD is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 214 205 -
CMYK 0.19 0 0.04 0.16
HSL 166.83º 0.33% 0.76% -
HSV(B) 166.83º 0.19% 0.84% -
XYZ 52.3 61.39 66.85 -
YUV 200.72 130.42 108.23 -
System Red Green Blue C M Y K H S L
Decimal 173 214 205 0.19 0 0.04 0.16 166.83 0.33 0.76
Hex AD D6 CD 13 0 4 10 A7 21 4C
Octal 255 326 315 23 0 4 20 247 41 114
Binary 10101101 11010110 11001101 10011 0 100 10000 10100111 100001 1001100

Color Harmonies of #ADD6CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD6CD

Black with #ADD6CD

Text Example


Text Example

White with #ADD6CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD6CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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