Html Css Color HEX #ABDDD2 Scandal

📋 copy color: '#ABDDD2'

red 171 ◦ green 221 ◦ blue 210

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

Shades of Scandal #ABDDD2

Tints of Scandal #ABDDD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 34.88%

R = 28.41%
G = 36.71%
B = 34.88%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#ABDDD2 (or 0xABDDD2) is known color: Scandal. HEX triplet: AB, DD and D2. RGB value is (171,221,210). Sum of RGB (Red+Green+Blue) = 171+221+210=602 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.41% from 602); Green value is 221 (86.72% from 255 or 36.71% from 602); Blue value is 210 (82.42% from 255 or 34.88% from 602); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDDD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDDD2 is #54222D. Grayscale: #CCCCCC. Windows color (decimal): -5513774 or 13819307. OLE color: 13819307.

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

Color convert

RGB 171 221 210 -
CMYK 0.23 0 0.05 0.13
HSL 166.8º 0.42% 0.77% -
HSV(B) 166.8º 0.23% 0.87% -
XYZ 54.28 65.02 70.66 -
YUV 204.8 130.94 103.89 -
System Red Green Blue C M Y K H S L
Decimal 171 221 210 0.23 0 0.05 0.13 166.8 0.42 0.77
Hex AB DD D2 17 0 5 D A7 2A 4D
Octal 253 335 322 27 0 5 15 247 52 115
Binary 10101011 11011101 11010010 10111 0 101 1101 10100111 101010 1001101

Color Harmonies of #ABDDD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDDD2

Black with #ABDDD2

Text Example


Text Example

White with #ABDDD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDDD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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