Html Css Color HEX #ABDCD2 Scandal

📋 copy color: '#ABDCD2'

red 171 ◦ green 220 ◦ blue 210

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

Shades of Scandal #ABDCD2

Tints of Scandal #ABDCD2

RGB

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

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

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

R = 28.45%
G = 36.61%
B = 34.94%

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

#ABDCD2 (or 0xABDCD2) is known color: Scandal. HEX triplet: AB, DC and D2. RGB value is (171,220,210). Sum of RGB (Red+Green+Blue) = 171+220+210=601 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.45% from 601); Green value is 220 (86.33% from 255 or 36.61% from 601); Blue value is 210 (82.42% from 255 or 34.94% from 601); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDCD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDCD2 is #54232D. Grayscale: #CCCCCC. Windows color (decimal): -5514030 or 13819051. OLE color: 13819051.

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

Color convert

RGB 171 220 210 -
CMYK 0.22 0 0.05 0.14
HSL 167.76º 0.41% 0.77% -
HSV(B) 167.76º 0.22% 0.86% -
XYZ 54.02 64.5 70.57 -
YUV 204.21 131.27 104.31 -
System Red Green Blue C M Y K H S L
Decimal 171 220 210 0.22 0 0.05 0.14 167.76 0.41 0.77
Hex AB DC D2 16 0 5 E A8 29 4D
Octal 253 334 322 26 0 5 16 250 51 115
Binary 10101011 11011100 11010010 10110 0 101 1110 10101000 101001 1001101

Color Harmonies of #ABDCD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDCD2

Black with #ABDCD2

Text Example


Text Example

White with #ABDCD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDCD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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