#ADDBCC

Color #ADDBCC Scandal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scandal #ADDBCC

Tints of Scandal #ADDBCC

Color information

#ADDBCC (or 0xADDBCC) is unknown color: approx Scandal. HEX triplet: AD, DB and CC. RGB value is (173,219,204). Sum of RGB (Red+Green+Blue) = 173+219+204=596 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.03% from 596); Green value is 219 (85.94% from 255 or 36.74% from 596); Blue value is 204 (80.08% from 255 or 34.23% from 596); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDBCC is #522433. Grayscale: #CBCBCB. Windows color (decimal): -5383220 or 13425581. OLE color: 13425581.

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

Color convert

RGB173219204-
CMYK0.2100.070.14
HSL160.43º38.98%76.86%-
HSV(B)160.43º21%85.88%-
XYZ53.4663.9166.64-
YUV203.54128.26106.22-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.03%
GREEN value IS 219 (85.94% from 255) = 36.74%
BLUE value IS 204 (80.08% from 255) = 34.23%
R=29.03%
G=36.74%
B=34.23%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1732192040.2100.070.14160.4338.9876.86
HexADDBCC1507Ea0274d
Octal25533331425071624047115
Binary1010110111011011110011001010101111110101000001001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDBCC; }

 p { color: rgb(173,219,204); }

 H1.HeaderClassName
 {
   color: #ADDBCC;
 }
 .AnyTagClassName
 {
   color: #ADDBCC;
 }
</style>
background-color css

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

 a { background-color: rgb(173,219,204); }

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

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

 span { border-color: rgb(173,219,204); }

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