Html Css Color HEX #ABDCD0 Scandal

📋 copy color: '#ABDCD0'

red 171 ◦ green 220 ◦ blue 208

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

Shades of Scandal #ABDCD0

Tints of Scandal #ABDCD0

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.73%

 BLUE value IS 208 (81.64% from 255) = 34.72%

R = 28.55%
G = 36.73%
B = 34.72%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#ABDCD0 (or 0xABDCD0) is known color: Scandal. HEX triplet: AB, DC and D0. RGB value is (171,220,208). Sum of RGB (Red+Green+Blue) = 171+220+208=599 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.55% from 599); Green value is 220 (86.33% from 255 or 36.73% from 599); Blue value is 208 (81.64% from 255 or 34.72% from 599); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDCD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDCD0 is #54232F. Grayscale: #CBCBCB. Windows color (decimal): -5514032 or 13687979. OLE color: 13687979.

HSL color Cylindrical-coordinate representation of color #ABDCD0: hue angle of 165.31º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABDCD0 is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 171 220 208 -
CMYK 0.22 0 0.05 0.14
HSL 165.31º 0.41% 0.77% -
HSV(B) 165.31º 0.22% 0.86% -
XYZ 53.77 64.4 69.27 -
YUV 203.98 130.27 104.48 -
System Red Green Blue C M Y K H S L
Decimal 171 220 208 0.22 0 0.05 0.14 165.31 0.41 0.77
Hex AB DC D0 16 0 5 E A5 29 4D
Octal 253 334 320 26 0 5 16 245 51 115
Binary 10101011 11011100 11010000 10110 0 101 1110 10100101 101001 1001101

Color Harmonies of #ABDCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDCD0

Black with #ABDCD0

Text Example


Text Example

White with #ABDCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDCD0; }

 p { color: rgb(171,220,208); }

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

background-color css

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

 a { background-color: rgb(171,220,208); }

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

border-color css

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

 span { border-color: rgb(171,220,208); }

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