Html Css Color HEX #ADADFD Perano

📋 copy color: '#ADADFD'

red 173 ◦ green 173 ◦ blue 253

#ADADFD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Perano #ADADFD

Tints of Perano #ADADFD

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 value IS 0.32

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ADADFD (or 0xADADFD) is known color: 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

RGB 173 173 253 -
CMYK 0.32 0.32 0 0.01
HSL 240º 0.95% 0.84% -
HSV(B) 240º 0.32% 0.99% -
XYZ 49.91 45.86 99.15 -
YUV 182.12 168 121.5 -
System Red Green Blue C M Y K H S L
Decimal 173 173 253 0.32 0.32 0 0.01 240 0.95 0.84
Hex AD AD FD 20 20 0 1 F0 5F 54
Octal 255 255 375 40 40 0 1 360 137 124
Binary 10101101 10101101 11111101 100000 100000 0 1 11110000 1011111 1010100

Color Harmonies of #ADADFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADADFD

Black with #ADADFD

Text Example


Text Example

White with #ADADFD

Text Example


Text Example

HTML Codes & Css Web 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>