#ADADFD

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

Shades of Perano #ADADFD

Tints of Perano #ADADFD

Color information

#ADADFD (or 0xADADFD) is unknown color: approx Perano. HEX triplet: AD, AD and FD. RGB value is (173,173,253). Sum of RGB (Red+Green+Blue) = 173+173+253=599 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.88% from 599); Green value is 173 (67.97% from 255 or 28.88% from 599); Blue value is 253 (99.22% from 255 or 42.24% from 599); Max value from RGB is 253 - color contains mainly: blue. Hex color #ADADFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADADFD is #525202. Grayscale: #B5B5B5. Windows color (decimal): -5394947 or 16625069. OLE color: 16625069.

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

Color convert

RGB173173253-
CMYK0.320.3200.01
HSL240º95.24%83.53%-
HSV(B)240º31.62%99.22%-
XYZ49.9145.8699.15-
YUV182.12168121.5-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.88%
GREEN value IS 173 (67.97% from 255) = 28.88%
BLUE value IS 253 (99.22% from 255) = 42.24%
R=28.88%
G=28.88%
B=42.24%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1731732530.320.3200.0124095.2483.53
HexADADFD202001f05f54
Octal255255375404001360137124
Binary101011011010110111111101100000100000011111000010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADADFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADADFD; }

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

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

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

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

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

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

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

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