Html Css Color HEX #ADD3CD Scandal

📋 copy color: '#ADD3CD'

red 173 ◦ green 211 ◦ blue 205

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

Shades of Scandal #ADD3CD

Tints of Scandal #ADD3CD

RGB

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

 GREEN value IS 211 (82.81% from 255) = 35.82%

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

R = 29.37%
G = 35.82%
B = 34.8%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#ADD3CD (or 0xADD3CD) is known color: Scandal. HEX triplet: AD, D3 and CD. RGB value is (173,211,205). Sum of RGB (Red+Green+Blue) = 173+211+205=589 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.37% from 589); Green value is 211 (82.81% from 255 or 35.82% from 589); Blue value is 205 (80.47% from 255 or 34.80% from 589); Max value from RGB is 211 - color contains mainly: green. Hex color #ADD3CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD3CD is #522C32. Grayscale: #C6C6C6. Windows color (decimal): -5385267 or 13489069. OLE color: 13489069.

HSL color Cylindrical-coordinate representation of color #ADD3CD: hue angle of 170.53º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ADD3CD is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB 173 211 205 -
CMYK 0.18 0 0.03 0.17
HSL 170.53º 0.3% 0.75% -
HSV(B) 170.53º 0.18% 0.83% -
XYZ 51.55 59.88 66.6 -
YUV 198.95 131.41 109.49 -
System Red Green Blue C M Y K H S L
Decimal 173 211 205 0.18 0 0.03 0.17 170.53 0.3 0.75
Hex AD D3 CD 12 0 3 11 AB 1E 4B
Octal 255 323 315 22 0 3 21 253 36 113
Binary 10101101 11010011 11001101 10010 0 11 10001 10101011 11110 1001011

Color Harmonies of #ADD3CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD3CD

Black with #ADD3CD

Text Example


Text Example

White with #ADD3CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD3CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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