#ADCCCD

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

Shades of Jungle Mist #ADCCCD

Tints of Jungle Mist #ADCCCD

Color information

#ADCCCD (or 0xADCCCD) is unknown color: approx Jungle Mist. HEX triplet: AD, CC and CD. RGB value is (173,204,205). Sum of RGB (Red+Green+Blue) = 173+204+205=582 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.73% from 582); Green value is 204 (80.08% from 255 or 35.05% from 582); Blue value is 205 (80.47% from 255 or 35.22% from 582); Max value from RGB is 205 - color contains mainly: blue. Hex color #ADCCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCCCD is #523332. Grayscale: #C2C2C2. Windows color (decimal): -5387059 or 13487277. OLE color: 13487277.

HSL color Cylindrical-coordinate representation of color #ADCCCD: hue angle of 181.88º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADCCCD is Cyan = 0.16, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB173204205-
CMYK0.160.0000.20
HSL181.88º24.24%74.12%-
HSV(B)181.88º15.61%80.39%-
XYZ49.8556.4866.03-
YUV194.84133.73112.42-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.73%
GREEN value IS 204 (80.08% from 255) = 35.05%
BLUE value IS 205 (80.47% from 255) = 35.22%
R=29.73%
G=35.05%
B=35.22%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1732042050.160.0000.20181.8824.2474.12
HexADCCCD100014b6184a
Octal25531431520002426630112
Binary10101101110011001100110110000001010010110110110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCCCD; }

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

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

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

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

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

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

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

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