Html Css Color HEX #ABDDD5 Scandal

📋 copy color: '#ABDDD5'

red 171 ◦ green 221 ◦ blue 213

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

Shades of Scandal #ABDDD5

Tints of Scandal #ABDDD5

RGB

 RED value IS 171 (67.19% from 255) = 28.26%

 GREEN value IS 221 (86.72% from 255) = 36.53%

 BLUE value IS 213 (83.59% from 255) = 35.21%

R = 28.26%
G = 36.53%
B = 35.21%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#ABDDD5 (or 0xABDDD5) is known color: Scandal. HEX triplet: AB, DD and D5. RGB value is (171,221,213). Sum of RGB (Red+Green+Blue) = 171+221+213=605 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.26% from 605); Green value is 221 (86.72% from 255 or 36.53% from 605); Blue value is 213 (83.59% from 255 or 35.21% from 605); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDDD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDDD5 is #54222A. Grayscale: #CDCDCD. Windows color (decimal): -5513771 or 14015915. OLE color: 14015915.

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

Color convert

RGB 171 221 213 -
CMYK 0.23 0 0.04 0.13
HSL 170.4º 0.42% 0.77% -
HSV(B) 170.4º 0.23% 0.87% -
XYZ 54.66 65.17 72.65 -
YUV 205.14 132.44 103.65 -
System Red Green Blue C M Y K H S L
Decimal 171 221 213 0.23 0 0.04 0.13 170.4 0.42 0.77
Hex AB DD D5 17 0 4 D AA 2A 4D
Octal 253 335 325 27 0 4 15 252 52 115
Binary 10101011 11011101 11010101 10111 0 100 1101 10101010 101010 1001101

Color Harmonies of #ABDDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDDD5

Black with #ABDDD5

Text Example


Text Example

White with #ABDDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDDD5; }

 p { color: rgb(171,221,213); }

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

background-color css

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

 a { background-color: rgb(171,221,213); }

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

border-color css

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

 span { border-color: rgb(171,221,213); }

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