Html Css Color HEX #AACCDE French Pass

📋 copy color: '#AACCDE'

red 170 ◦ green 204 ◦ blue 222

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

Shades of French Pass #AACCDE

Tints of French Pass #AACCDE

RGB

 RED value IS 170 (66.8% from 255) = 28.52%

 GREEN value IS 204 (80.08% from 255) = 34.23%

 BLUE value IS 222 (87.11% from 255) = 37.25%

R = 28.52%
G = 34.23%
B = 37.25%

CMYK

 C value IS 0.23

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AACCDE (or 0xAACCDE) is known color: French Pass. HEX triplet: AA, CC and DE. RGB value is (170,204,222). Sum of RGB (Red+Green+Blue) = 170+204+222=596 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.52% from 596); Green value is 204 (80.08% from 255 or 34.23% from 596); Blue value is 222 (87.11% from 255 or 37.25% from 596); Max value from RGB is 222 - color contains mainly: blue. Hex color #AACCDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACCDE is #553321. Grayscale: #C3C3C3. Windows color (decimal): -5583650 or 14601386. OLE color: 14601386.

HSL color Cylindrical-coordinate representation of color #AACCDE: hue angle of 200.77º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AACCDE is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 204 222 -
CMYK 0.23 0.08 0 0.13
HSL 200.77º 0.44% 0.77% -
HSV(B) 200.77º 0.23% 0.87% -
XYZ 51.36 57.01 77.4 -
YUV 195.89 142.74 109.54 -
System Red Green Blue C M Y K H S L
Decimal 170 204 222 0.23 0.08 0 0.13 200.77 0.44 0.77
Hex AA CC DE 17 8 0 D C9 2C 4D
Octal 252 314 336 27 10 0 15 311 54 115
Binary 10101010 11001100 11011110 10111 1000 0 1101 11001001 101100 1001101

Color Harmonies of #AACCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACCDE

Black with #AACCDE

Text Example


Text Example

White with #AACCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACCDE; }

 p { color: rgb(170,204,222); }

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

background-color css

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

 a { background-color: rgb(170,204,222); }

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

border-color css

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

 span { border-color: rgb(170,204,222); }

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