#ADADFE

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

Shades of Perano #ADADFE

Tints of Perano #ADADFE

Color information

#ADADFE (or 0xADADFE) is unknown color: approx Perano. HEX triplet: AD, AD and FE. RGB value is (173,173,254). Sum of RGB (Red+Green+Blue) = 173+173+254=600 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.83% from 600); Green value is 173 (67.97% from 255 or 28.83% from 600); Blue value is 254 (99.61% from 255 or 42.33% from 600); Max value from RGB is 254 - color contains mainly: blue. Hex color #ADADFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADADFE is #525201. Grayscale: #B5B5B5. Windows color (decimal): -5394946 or 16690605. OLE color: 16690605.

HSL color Cylindrical-coordinate representation of color #ADADFE: hue angle of 240º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADADFE is Cyan = 0.32, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB173173254-
CMYK0.320.3200.00
HSL240º97.59%83.73%-
HSV(B)240º31.89%99.61%-
XYZ50.0745.9399.99-
YUV182.23168.5121.41-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.83%
GREEN value IS 173 (67.97% from 255) = 28.83%
BLUE value IS 254 (99.61% from 255) = 42.33%
R=28.83%
G=28.83%
B=42.33%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1731732540.320.3200.0024097.5983.73
HexADADFE202000f06254
Octal255255376404000360142124
Binary101011011010110111111110100000100000001111000011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADADFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADADFE; }

 p { color: rgb(173,173,254); }

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

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

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

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

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

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

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