Html Css Color HEX #ABDCD3 Scandal

📋 copy color: '#ABDCD3'

red 171 ◦ green 220 ◦ blue 211

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

Shades of Scandal #ABDCD3

Tints of Scandal #ABDCD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 35.05%

R = 28.41%
G = 36.54%
B = 35.05%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#ABDCD3 (or 0xABDCD3) is known color: Scandal. HEX triplet: AB, DC and D3. RGB value is (171,220,211). Sum of RGB (Red+Green+Blue) = 171+220+211=602 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.41% from 602); Green value is 220 (86.33% from 255 or 36.54% from 602); Blue value is 211 (82.81% from 255 or 35.05% from 602); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDCD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDCD3 is #54232C. Grayscale: #CCCCCC. Windows color (decimal): -5514029 or 13884587. OLE color: 13884587.

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

Color convert

RGB 171 220 211 -
CMYK 0.22 0 0.04 0.14
HSL 168.98º 0.41% 0.77% -
HSV(B) 168.98º 0.22% 0.86% -
XYZ 54.15 64.55 71.23 -
YUV 204.32 131.77 104.23 -
System Red Green Blue C M Y K H S L
Decimal 171 220 211 0.22 0 0.04 0.14 168.98 0.41 0.77
Hex AB DC D3 16 0 4 E A9 29 4D
Octal 253 334 323 26 0 4 16 251 51 115
Binary 10101011 11011100 11010011 10110 0 100 1110 10101001 101001 1001101

Color Harmonies of #ABDCD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDCD3

Black with #ABDCD3

Text Example


Text Example

White with #ABDCD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDCD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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