Html Css Color HEX #AFB3DB Perano

📋 copy color: '#AFB3DB'

red 175 ◦ green 179 ◦ blue 219

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

Shades of Perano #AFB3DB

Tints of Perano #AFB3DB

RGB

 RED value IS 175 (68.75% from 255) = 30.54%

 GREEN value IS 179 (70.31% from 255) = 31.24%

 BLUE value IS 219 (85.94% from 255) = 38.22%

R = 30.54%
G = 31.24%
B = 38.22%

CMYK

 C value IS 0.20

 M value IS 0.18

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AFB3DB (or 0xAFB3DB) is known color: Perano. HEX triplet: AF, B3 and DB. RGB value is (175,179,219). Sum of RGB (Red+Green+Blue) = 175+179+219=573 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.54% from 573); Green value is 179 (70.31% from 255 or 31.24% from 573); Blue value is 219 (85.94% from 255 or 38.22% from 573); Max value from RGB is 219 - color contains mainly: blue. Hex color #AFB3DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB3DB is #504C24. Grayscale: #B6B6B6. Windows color (decimal): -5262373 or 14398383. OLE color: 14398383.

HSL color Cylindrical-coordinate representation of color #AFB3DB: hue angle of 234.55º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFB3DB is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 179 219 -
CMYK 0.20 0.18 0 0.14
HSL 234.55º 0.38% 0.77% -
HSV(B) 234.55º 0.2% 0.86% -
XYZ 46.59 46.47 73.53 -
YUV 182.36 148.67 122.75 -
System Red Green Blue C M Y K H S L
Decimal 175 179 219 0.20 0.18 0 0.14 234.55 0.38 0.77
Hex AF B3 DB 14 12 0 E EB 26 4D
Octal 257 263 333 24 22 0 16 353 46 115
Binary 10101111 10110011 11011011 10100 10010 0 1110 11101011 100110 1001101

Color Harmonies of #AFB3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB3DB

Black with #AFB3DB

Text Example


Text Example

White with #AFB3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB3DB; }

 p { color: rgb(175,179,219); }

 H1.HeaderClassName
 {
   color: #AFB3DB;
 }
 .AnyTagClassName
 {
   color: #AFB3DB;
 }
</style>

background-color css

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

 a { background-color: rgb(175,179,219); }

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

border-color css

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

 span { border-color: rgb(175,179,219); }

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