Html Css Color HEX #ABDDD9 Scandal

📋 copy color: '#ABDDD9'

red 171 ◦ green 221 ◦ blue 217

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

Shades of Scandal #ABDDD9

Tints of Scandal #ABDDD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 35.63%

R = 28.08%
G = 36.29%
B = 35.63%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#ABDDD9 (or 0xABDDD9) is known color: Scandal. HEX triplet: AB, DD and D9. RGB value is (171,221,217). Sum of RGB (Red+Green+Blue) = 171+221+217=609 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.08% from 609); Green value is 221 (86.72% from 255 or 36.29% from 609); Blue value is 217 (85.16% from 255 or 35.63% from 609); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDDD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDDD9 is #542226. Grayscale: #CDCDCD. Windows color (decimal): -5513767 or 14278059. OLE color: 14278059.

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

Color convert

RGB 171 221 217 -
CMYK 0.23 0 0.02 0.13
HSL 175.2º 0.42% 0.77% -
HSV(B) 175.2º 0.23% 0.87% -
XYZ 55.18 65.38 75.36 -
YUV 205.59 134.44 103.33 -
System Red Green Blue C M Y K H S L
Decimal 171 221 217 0.23 0 0.02 0.13 175.2 0.42 0.77
Hex AB DD D9 17 0 2 D AF 2A 4D
Octal 253 335 331 27 0 2 15 257 52 115
Binary 10101011 11011101 11011001 10111 0 10 1101 10101111 101010 1001101

Color Harmonies of #ABDDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDDD9

Black with #ABDDD9

Text Example


Text Example

White with #ABDDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDDD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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