Html Css Color HEX #ABDFD5 Scandal

📋 copy color: '#ABDFD5'

red 171 ◦ green 223 ◦ blue 213

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

Shades of Scandal #ABDFD5

Tints of Scandal #ABDFD5

RGB

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

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

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

R = 28.17%
G = 36.74%
B = 35.09%

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

#ABDFD5 (or 0xABDFD5) is known color: Scandal. HEX triplet: AB, DF and D5. RGB value is (171,223,213). Sum of RGB (Red+Green+Blue) = 171+223+213=607 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.17% from 607); Green value is 223 (87.5% from 255 or 36.74% from 607); Blue value is 213 (83.59% from 255 or 35.09% from 607); Max value from RGB is 223 - color contains mainly: green. Hex color #ABDFD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDFD5 is #54202A. Grayscale: #CECECE. Windows color (decimal): -5513259 or 14016427. OLE color: 14016427.

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

Color convert

RGB 171 223 213 -
CMYK 0.23 0 0.04 0.13
HSL 168.46º 0.45% 0.77% -
HSV(B) 168.46º 0.23% 0.87% -
XYZ 55.19 66.24 72.83 -
YUV 206.31 131.77 102.81 -
System Red Green Blue C M Y K H S L
Decimal 171 223 213 0.23 0 0.04 0.13 168.46 0.45 0.77
Hex AB DF D5 17 0 4 D A8 2D 4D
Octal 253 337 325 27 0 4 15 250 55 115
Binary 10101011 11011111 11010101 10111 0 100 1101 10101000 101101 1001101

Color Harmonies of #ABDFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDFD5

Black with #ABDFD5

Text Example


Text Example

White with #ABDFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDFD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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