Html Css Color HEX #ABDFD8 Scandal

📋 copy color: '#ABDFD8'

red 171 ◦ green 223 ◦ blue 216

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

Shades of Scandal #ABDFD8

Tints of Scandal #ABDFD8

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.56%

 BLUE value IS 216 (84.77% from 255) = 35.41%

R = 28.03%
G = 36.56%
B = 35.41%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#ABDFD8 (or 0xABDFD8) is known color: Scandal. HEX triplet: AB, DF and D8. RGB value is (171,223,216). Sum of RGB (Red+Green+Blue) = 171+223+216=610 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.03% from 610); Green value is 223 (87.5% from 255 or 36.56% from 610); Blue value is 216 (84.77% from 255 or 35.41% from 610); Max value from RGB is 223 - color contains mainly: green. Hex color #ABDFD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDFD8 is #542027. Grayscale: #CECECE. Windows color (decimal): -5513256 or 14213035. OLE color: 14213035.

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

Color convert

RGB 171 223 216 -
CMYK 0.23 0 0.03 0.13
HSL 171.92º 0.45% 0.77% -
HSV(B) 171.92º 0.23% 0.87% -
XYZ 55.58 66.39 74.85 -
YUV 206.65 133.27 102.57 -
System Red Green Blue C M Y K H S L
Decimal 171 223 216 0.23 0 0.03 0.13 171.92 0.45 0.77
Hex AB DF D8 17 0 3 D AC 2D 4D
Octal 253 337 330 27 0 3 15 254 55 115
Binary 10101011 11011111 11011000 10111 0 11 1101 10101100 101101 1001101

Color Harmonies of #ABDFD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDFD8

Black with #ABDFD8

Text Example


Text Example

White with #ABDFD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDFD8; }

 p { color: rgb(171,223,216); }

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

background-color css

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

 a { background-color: rgb(171,223,216); }

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

border-color css

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

 span { border-color: rgb(171,223,216); }

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