Html Css Color HEX #AECCDE French Pass

📋 copy color: '#AECCDE'

red 174 ◦ green 204 ◦ blue 222

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

Shades of French Pass #AECCDE

Tints of French Pass #AECCDE

RGB

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

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

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

R = 29%
G = 34%
B = 37%

CMYK

 C value IS 0.22

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AECCDE (or 0xAECCDE) is known color: French Pass. HEX triplet: AE, CC and DE. RGB value is (174,204,222). Sum of RGB (Red+Green+Blue) = 174+204+222=600 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29% from 600); Green value is 204 (80.08% from 255 or 34% from 600); Blue value is 222 (87.11% from 255 or 37% from 600); Max value from RGB is 222 - color contains mainly: blue. Hex color #AECCDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECCDE is #513321. Grayscale: #C4C4C4. Windows color (decimal): -5321506 or 14601390. OLE color: 14601390.

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

Color convert

RGB 174 204 222 -
CMYK 0.22 0.08 0 0.13
HSL 202.5º 0.42% 0.78% -
HSV(B) 202.5º 0.22% 0.87% -
XYZ 52.23 57.46 77.44 -
YUV 197.08 142.06 111.54 -
System Red Green Blue C M Y K H S L
Decimal 174 204 222 0.22 0.08 0 0.13 202.5 0.42 0.78
Hex AE CC DE 16 8 0 D CA 2A 4E
Octal 256 314 336 26 10 0 15 312 52 116
Binary 10101110 11001100 11011110 10110 1000 0 1101 11001010 101010 1001110

Color Harmonies of #AECCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECCDE

Black with #AECCDE

Text Example


Text Example

White with #AECCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECCDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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