Html Css Color HEX #AFAECF Lavender Grey

📋 copy color: '#AFAECF'

red 175 ◦ green 174 ◦ blue 207

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

Shades of Lavender Grey #AFAECF

Tints of Lavender Grey #AFAECF

RGB

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

 GREEN value IS 174 (68.36% from 255) = 31.29%

 BLUE value IS 207 (81.25% from 255) = 37.23%

R = 31.47%
G = 31.29%
B = 37.23%

CMYK

 C value IS 0.15

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AFAECF (or 0xAFAECF) is known color: Lavender Grey. HEX triplet: AF, AE and CF. RGB value is (175,174,207). Sum of RGB (Red+Green+Blue) = 175+174+207=556 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.47% from 556); Green value is 174 (68.36% from 255 or 31.29% from 556); Blue value is 207 (81.25% from 255 or 37.23% from 556); Max value from RGB is 207 - color contains mainly: blue. Hex color #AFAECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAECF is #505130. Grayscale: #B1B1B1. Windows color (decimal): -5263665 or 13610671. OLE color: 13610671.

HSL color Cylindrical-coordinate representation of color #AFAECF: hue angle of 241.82º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AFAECF is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 174 207 -
CMYK 0.15 0.16 0 0.19
HSL 241.82º 0.26% 0.75% -
HSV(B) 241.82º 0.16% 0.81% -
XYZ 44.08 43.89 65.18 -
YUV 178.06 144.33 125.82 -
System Red Green Blue C M Y K H S L
Decimal 175 174 207 0.15 0.16 0 0.19 241.82 0.26 0.75
Hex AF AE CF F 10 0 13 F2 1A 4B
Octal 257 256 317 17 20 0 23 362 32 113
Binary 10101111 10101110 11001111 1111 10000 0 10011 11110010 11010 1001011

Color Harmonies of #AFAECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAECF

Black with #AFAECF

Text Example


Text Example

White with #AFAECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAECF; }

 p { color: rgb(175,174,207); }

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

background-color css

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

 a { background-color: rgb(175,174,207); }

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

border-color css

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

 span { border-color: rgb(175,174,207); }

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