#ADEDDC

Color #ADEDDC Water Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Water Leaf #ADEDDC

Tints of Water Leaf #ADEDDC

Color information

#ADEDDC (or 0xADEDDC) is unknown color: approx Water Leaf. HEX triplet: AD, ED and DC. RGB value is (173,237,220). Sum of RGB (Red+Green+Blue) = 173+237+220=630 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.46% from 630); Green value is 237 (92.97% from 255 or 37.62% from 630); Blue value is 220 (86.33% from 255 or 34.92% from 630); Max value from RGB is 237 - color contains mainly: green. Hex color #ADEDDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEDDC is #521223. Grayscale: #D7D7D7. Windows color (decimal): -5378596 or 14478765. OLE color: 14478765.

HSL color Cylindrical-coordinate representation of color #ADEDDC: hue angle of 164.06º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADEDDC is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB173237220-
CMYK0.2700.070.07
HSL164.06º64%80.39%-
HSV(B)164.06º27%92.94%-
XYZ60.4474.6278.93-
YUV215.93130.397.38-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.46%
GREEN value IS 237 (92.97% from 255) = 37.62%
BLUE value IS 220 (86.33% from 255) = 34.92%
R=27.46%
G=37.62%
B=34.92%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1732372200.2700.070.07164.066480.39
HexADEDDC1B077a44050
Octal25535533433077244100120
Binary1010110111101101110111001101101111111010010010000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADEDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADEDDC; }

 p { color: rgb(173,237,220); }

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

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

 a { background-color: rgb(173,237,220); }

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

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

 span { border-color: rgb(173,237,220); }

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