Html Css Color HEX #ADE1D7 Ice Cold

📋 copy color: '#ADE1D7'

red 173 ◦ green 225 ◦ blue 215

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

Shades of Ice Cold #ADE1D7

Tints of Ice Cold #ADE1D7

RGB

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

 GREEN value IS 225 (88.28% from 255) = 36.7%

 BLUE value IS 215 (84.38% from 255) = 35.07%

R = 28.22%
G = 36.7%
B = 35.07%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#ADE1D7 (or 0xADE1D7) is known color: Ice Cold. HEX triplet: AD, E1 and D7. RGB value is (173,225,215). Sum of RGB (Red+Green+Blue) = 173+225+215=613 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.22% from 613); Green value is 225 (88.28% from 255 or 36.70% from 613); Blue value is 215 (84.38% from 255 or 35.07% from 613); Max value from RGB is 225 - color contains mainly: green. Hex color #ADE1D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE1D7 is #521E28. Grayscale: #D0D0D0. Windows color (decimal): -5381673 or 14148013. OLE color: 14148013.

HSL color Cylindrical-coordinate representation of color #ADE1D7: hue angle of 168.46º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADE1D7 is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB 173 225 215 -
CMYK 0.23 0 0.04 0.12
HSL 168.46º 0.46% 0.78% -
HSV(B) 168.46º 0.23% 0.88% -
XYZ 56.42 67.64 74.37 -
YUV 208.31 131.77 102.81 -
System Red Green Blue C M Y K H S L
Decimal 173 225 215 0.23 0 0.04 0.12 168.46 0.46 0.78
Hex AD E1 D7 17 0 4 C A8 2E 4E
Octal 255 341 327 27 0 4 14 250 56 116
Binary 10101101 11100001 11010111 10111 0 100 1100 10101000 101110 1001110

Color Harmonies of #ADE1D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADE1D7

Black with #ADE1D7

Text Example


Text Example

White with #ADE1D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADE1D7; }

 p { color: rgb(173,225,215); }

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

background-color css

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

 a { background-color: rgb(173,225,215); }

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

border-color css

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

 span { border-color: rgb(173,225,215); }

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