Html Css Color HEX #AECCDC French Pass

📋 copy color: '#AECCDC'

red 174 ◦ green 204 ◦ blue 220

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

Shades of French Pass #AECCDC

Tints of French Pass #AECCDC

RGB

 RED value IS 174 (68.36% from 255) = 29.1%

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

 BLUE value IS 220 (86.33% from 255) = 36.79%

R = 29.1%
G = 34.11%
B = 36.79%

CMYK

 C value IS 0.21

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AECCDC (or 0xAECCDC) is known color: French Pass. HEX triplet: AE, CC and DC. RGB value is (174,204,220). Sum of RGB (Red+Green+Blue) = 174+204+220=598 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.10% from 598); Green value is 204 (80.08% from 255 or 34.11% from 598); Blue value is 220 (86.33% from 255 or 36.79% from 598); Max value from RGB is 220 - color contains mainly: blue. Hex color #AECCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECCDC is #513323. Grayscale: #C4C4C4. Windows color (decimal): -5321508 or 14470318. OLE color: 14470318.

HSL color Cylindrical-coordinate representation of color #AECCDC: hue angle of 200.87º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AECCDC is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 204 220 -
CMYK 0.21 0.07 0 0.14
HSL 200.87º 0.4% 0.77% -
HSV(B) 200.87º 0.21% 0.86% -
XYZ 51.97 57.35 76.04 -
YUV 196.85 141.06 111.7 -
System Red Green Blue C M Y K H S L
Decimal 174 204 220 0.21 0.07 0 0.14 200.87 0.4 0.77
Hex AE CC DC 15 7 0 E C9 28 4D
Octal 256 314 334 25 7 0 16 311 50 115
Binary 10101110 11001100 11011100 10101 111 0 1110 11001001 101000 1001101

Color Harmonies of #AECCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECCDC

Black with #AECCDC

Text Example


Text Example

White with #AECCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECCDC; }

 p { color: rgb(174,204,220); }

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

background-color css

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

 a { background-color: rgb(174,204,220); }

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

border-color css

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

 span { border-color: rgb(174,204,220); }

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