Html Css Color HEX #AECFDD French Pass

📋 copy color: '#AECFDD'

red 174 ◦ green 207 ◦ blue 221

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

Shades of French Pass #AECFDD

Tints of French Pass #AECFDD

RGB

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

 GREEN value IS 207 (81.25% from 255) = 34.39%

 BLUE value IS 221 (86.72% from 255) = 36.71%

R = 28.9%
G = 34.39%
B = 36.71%

CMYK

 C value IS 0.21

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AECFDD (or 0xAECFDD) is known color: French Pass. HEX triplet: AE, CF and DD. RGB value is (174,207,221). Sum of RGB (Red+Green+Blue) = 174+207+221=602 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.90% from 602); Green value is 207 (81.25% from 255 or 34.39% from 602); Blue value is 221 (86.72% from 255 or 36.71% from 602); Max value from RGB is 221 - color contains mainly: blue. Hex color #AECFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECFDD is #513022. Grayscale: #C6C6C6. Windows color (decimal): -5320739 or 14536622. OLE color: 14536622.

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

Color convert

RGB 174 207 221 -
CMYK 0.21 0.06 0 0.13
HSL 197.87º 0.41% 0.77% -
HSV(B) 197.87º 0.21% 0.87% -
XYZ 52.82 58.84 76.98 -
YUV 198.73 140.57 110.36 -
System Red Green Blue C M Y K H S L
Decimal 174 207 221 0.21 0.06 0 0.13 197.87 0.41 0.77
Hex AE CF DD 15 6 0 D C6 29 4D
Octal 256 317 335 25 6 0 15 306 51 115
Binary 10101110 11001111 11011101 10101 110 0 1101 11000110 101001 1001101

Color Harmonies of #AECFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECFDD

Black with #AECFDD

Text Example


Text Example

White with #AECFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECFDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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