Html Css Color HEX #ADE7DD Ice Cold

📋 copy color: '#ADE7DD'

red 173 ◦ green 231 ◦ blue 221

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

Shades of Ice Cold #ADE7DD

Tints of Ice Cold #ADE7DD

RGB

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

 GREEN value IS 231 (90.63% from 255) = 36.96%

 BLUE value IS 221 (86.72% from 255) = 35.36%

R = 27.68%
G = 36.96%
B = 35.36%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#ADE7DD (or 0xADE7DD) is known color: Ice Cold. HEX triplet: AD, E7 and DD. RGB value is (173,231,221). Sum of RGB (Red+Green+Blue) = 173+231+221=625 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.68% from 625); Green value is 231 (90.62% from 255 or 36.96% from 625); Blue value is 221 (86.72% from 255 or 35.36% from 625); Max value from RGB is 231 - color contains mainly: green. Hex color #ADE7DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADE7DD is #521822. Grayscale: #D4D4D4. Windows color (decimal): -5380131 or 14542765. OLE color: 14542765.

HSL color Cylindrical-coordinate representation of color #ADE7DD: hue angle of 169.66º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADE7DD is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB 173 231 221 -
CMYK 0.25 0 0.04 0.09
HSL 169.66º 0.55% 0.79% -
HSV(B) 169.66º 0.25% 0.91% -
XYZ 58.86 71.26 79.06 -
YUV 212.52 132.78 99.81 -
System Red Green Blue C M Y K H S L
Decimal 173 231 221 0.25 0 0.04 0.09 169.66 0.55 0.79
Hex AD E7 DD 19 0 4 9 AA 37 4F
Octal 255 347 335 31 0 4 11 252 67 117
Binary 10101101 11100111 11011101 11001 0 100 1001 10101010 110111 1001111

Color Harmonies of #ADE7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADE7DD

Black with #ADE7DD

Text Example


Text Example

White with #ADE7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADE7DD; }

 p { color: rgb(173,231,221); }

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

background-color css

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

 a { background-color: rgb(173,231,221); }

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

border-color css

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

 span { border-color: rgb(173,231,221); }

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