Html Css Color HEX #ADCDCE Jungle Mist

📋 copy color: '#ADCDCE'

red 173 ◦ green 205 ◦ blue 206

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

Shades of Jungle Mist #ADCDCE

Tints of Jungle Mist #ADCDCE

RGB

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

 GREEN value IS 205 (80.47% from 255) = 35.1%

 BLUE value IS 206 (80.86% from 255) = 35.27%

R = 29.62%
G = 35.1%
B = 35.27%

CMYK

 C value IS 0.16

 M value IS 0.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#ADCDCE (or 0xADCDCE) is known color: Jungle Mist. HEX triplet: AD, CD and CE. RGB value is (173,205,206). Sum of RGB (Red+Green+Blue) = 173+205+206=584 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.62% from 584); Green value is 205 (80.47% from 255 or 35.10% from 584); Blue value is 206 (80.86% from 255 or 35.27% from 584); Max value from RGB is 206 - color contains mainly: blue. Hex color #ADCDCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCDCE is #523231. Grayscale: #C3C3C3. Windows color (decimal): -5386802 or 13553069. OLE color: 13553069.

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

Color convert

RGB 173 205 206 -
CMYK 0.16 0.00 0 0.19
HSL 181.82º 0.25% 0.74% -
HSV(B) 181.82º 0.16% 0.81% -
XYZ 50.21 57 66.75 -
YUV 195.55 133.9 111.92 -
System Red Green Blue C M Y K H S L
Decimal 173 205 206 0.16 0.00 0 0.19 181.82 0.25 0.74
Hex AD CD CE 10 0 0 13 B6 19 4A
Octal 255 315 316 20 0 0 23 266 31 112
Binary 10101101 11001101 11001110 10000 0 0 10011 10110110 11001 1001010

Color Harmonies of #ADCDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCDCE

Black with #ADCDCE

Text Example


Text Example

White with #ADCDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCDCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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