Html Css Color HEX #AECDDD French Pass

📋 copy color: '#AECDDD'

red 174 ◦ green 205 ◦ blue 221

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

Shades of French Pass #AECDDD

Tints of French Pass #AECDDD

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.17%

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

R = 29%
G = 34.17%
B = 36.83%

CMYK

 C value IS 0.21

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AECDDD (or 0xAECDDD) is known color: French Pass. HEX triplet: AE, CD and DD. RGB value is (174,205,221). Sum of RGB (Red+Green+Blue) = 174+205+221=600 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29% from 600); Green value is 205 (80.47% from 255 or 34.17% from 600); Blue value is 221 (86.72% from 255 or 36.83% from 600); Max value from RGB is 221 - color contains mainly: blue. Hex color #AECDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECDDD is #513222. Grayscale: #C5C5C5. Windows color (decimal): -5321251 or 14536110. OLE color: 14536110.

HSL color Cylindrical-coordinate representation of color #AECDDD: hue angle of 200.43º 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 #AECDDD is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 205 221 -
CMYK 0.21 0.07 0 0.13
HSL 200.43º 0.41% 0.77% -
HSV(B) 200.43º 0.21% 0.87% -
XYZ 52.34 57.88 76.82 -
YUV 197.56 141.23 111.2 -
System Red Green Blue C M Y K H S L
Decimal 174 205 221 0.21 0.07 0 0.13 200.43 0.41 0.77
Hex AE CD DD 15 7 0 D C8 29 4D
Octal 256 315 335 25 7 0 15 310 51 115
Binary 10101110 11001101 11011101 10101 111 0 1101 11001000 101001 1001101

Color Harmonies of #AECDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECDDD

Black with #AECDDD

Text Example


Text Example

White with #AECDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECDDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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