#AFDEC1

Color #AFDEC1 Fringy Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fringy Flower #AFDEC1

Tints of Fringy Flower #AFDEC1

Color information

#AFDEC1 (or 0xAFDEC1) is unknown color: approx Fringy Flower. HEX triplet: AF, DE and C1. RGB value is (175,222,193). Sum of RGB (Red+Green+Blue) = 175+222+193=590 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.66% from 590); Green value is 222 (87.11% from 255 or 37.63% from 590); Blue value is 193 (75.78% from 255 or 32.71% from 590); Max value from RGB is 222 - color contains mainly: green. Hex color #AFDEC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDEC1 is #50213E. Grayscale: #CCCCCC. Windows color (decimal): -5251391 or 12705455. OLE color: 12705455.

HSL color Cylindrical-coordinate representation of color #AFDEC1: hue angle of 142.98º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFDEC1 is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB175222193-
CMYK0.2100.130.13
HSL142.98º41.59%77.84%-
HSV(B)142.98º21.17%87.06%-
XYZ53.4365.2160.22-
YUV204.64121.43106.86-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.66%
GREEN value IS 222 (87.11% from 255) = 37.63%
BLUE value IS 193 (75.78% from 255) = 32.71%
R=29.66%
G=37.63%
B=32.71%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1752221930.2100.130.13142.9841.5977.84
HexAFDEC1150DD8f2a4e
Octal257336301250151521752116
Binary10101111110111101100000110101011011101100011111010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDEC1; }

 p { color: rgb(175,222,193); }

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

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

 a { background-color: rgb(175,222,193); }

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

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

 span { border-color: rgb(175,222,193); }

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