Html Css Color HEX #ADCCCD Jungle Mist

📋 copy color: '#ADCCCD'

red 173 ◦ green 204 ◦ blue 205

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

Shades of Jungle Mist #ADCCCD

Tints of Jungle Mist #ADCCCD

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 value IS 0.16

 M value IS 0.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#ADCCCD (or 0xADCCCD) is known color: 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

RGB 173 204 205 -
CMYK 0.16 0.00 0 0.20
HSL 181.88º 0.24% 0.74% -
HSV(B) 181.88º 0.16% 0.8% -
XYZ 49.85 56.48 66.03 -
YUV 194.85 133.73 112.42 -
System Red Green Blue C M Y K H S L
Decimal 173 204 205 0.16 0.00 0 0.20 181.88 0.24 0.74
Hex AD CC CD 10 0 0 14 B6 18 4A
Octal 255 314 315 20 0 0 24 266 30 112
Binary 10101101 11001100 11001101 10000 0 0 10100 10110110 11000 1001010

Color Harmonies of #ADCCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCCCD

Black with #ADCCCD

Text Example


Text Example

White with #ADCCCD

Text Example


Text Example

HTML Codes & Css Web 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>