#AFFDEB

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

Shades of Water Leaf #AFFDEB

Tints of Water Leaf #AFFDEB

Color information

#AFFDEB (or 0xAFFDEB) is unknown color: approx Water Leaf. HEX triplet: AF, FD and EB. RGB value is (175,253,235). Sum of RGB (Red+Green+Blue) = 175+253+235=663 (87% of max value = 765). Red value is 175 (68.75% from 255 or 26.40% from 663); Green value is 253 (99.22% from 255 or 38.16% from 663); Blue value is 235 (92.19% from 255 or 35.44% from 663); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFDEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFFDEB is #500214. Grayscale: #E3E3E3. Windows color (decimal): -5243413 or 15465903. OLE color: 15465903.

HSL color Cylindrical-coordinate representation of color #AFFDEB: hue angle of 166.15º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFFDEB is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB175253235-
CMYK0.3100.070.01
HSL166.15º95.12%83.92%-
HSV(B)166.15º30.83%99.22%-
XYZ67.885.3691.5-
YUV227.63132.1690.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.40%
GREEN value IS 253 (99.22% from 255) = 38.16%
BLUE value IS 235 (92.19% from 255) = 35.44%
R=26.40%
G=38.16%
B=35.44%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1752532350.3100.070.01166.1595.1283.92
HexAFFDEB1F071a65f54
Octal25737535337071246137124
Binary10101111111111011110101111111011111010011010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFDEB; }

 p { color: rgb(175,253,235); }

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

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

 a { background-color: rgb(175,253,235); }

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

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

 span { border-color: rgb(175,253,235); }

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