Html Css Color HEX #AECBDD Spindle

📋 copy color: '#AECBDD'

red 174 ◦ green 203 ◦ blue 221

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

Shades of Spindle #AECBDD

Tints of Spindle #AECBDD

RGB

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

 GREEN value IS 203 (79.69% from 255) = 33.95%

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

R = 29.1%
G = 33.95%
B = 36.96%

CMYK

 C value IS 0.21

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AECBDD (or 0xAECBDD) is known color: Spindle. HEX triplet: AE, CB and DD. RGB value is (174,203,221). Sum of RGB (Red+Green+Blue) = 174+203+221=598 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.10% from 598); Green value is 203 (79.69% from 255 or 33.95% from 598); Blue value is 221 (86.72% from 255 or 36.96% from 598); Max value from RGB is 221 - color contains mainly: blue. Hex color #AECBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECBDD is #513422. Grayscale: #C4C4C4. Windows color (decimal): -5321763 or 14535598. OLE color: 14535598.

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

Color convert

RGB 174 203 221 -
CMYK 0.21 0.08 0 0.13
HSL 202.98º 0.41% 0.77% -
HSV(B) 202.98º 0.21% 0.87% -
XYZ 51.86 56.93 76.66 -
YUV 196.38 141.89 112.04 -
System Red Green Blue C M Y K H S L
Decimal 174 203 221 0.21 0.08 0 0.13 202.98 0.41 0.77
Hex AE CB DD 15 8 0 D CB 29 4D
Octal 256 313 335 25 10 0 15 313 51 115
Binary 10101110 11001011 11011101 10101 1000 0 1101 11001011 101001 1001101

Color Harmonies of #AECBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECBDD

Black with #AECBDD

Text Example


Text Example

White with #AECBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECBDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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