Html Css Color HEX #ABDEDA Scandal

📋 copy color: '#ABDEDA'

red 171 ◦ green 222 ◦ blue 218

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

Shades of Scandal #ABDEDA

Tints of Scandal #ABDEDA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 36.33%

 BLUE value IS 218 (85.55% from 255) = 35.68%

R = 27.99%
G = 36.33%
B = 35.68%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#ABDEDA (or 0xABDEDA) is known color: Scandal. HEX triplet: AB, DE and DA. RGB value is (171,222,218). Sum of RGB (Red+Green+Blue) = 171+222+218=611 (80% of max value = 765). Red value is 171 (67.19% from 255 or 27.99% from 611); Green value is 222 (87.11% from 255 or 36.33% from 611); Blue value is 218 (85.55% from 255 or 35.68% from 611); Max value from RGB is 222 - color contains mainly: green. Hex color #ABDEDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDEDA is #542125. Grayscale: #CECECE. Windows color (decimal): -5513510 or 14343851. OLE color: 14343851.

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

Color convert

RGB 171 222 218 -
CMYK 0.23 0 0.02 0.13
HSL 175.29º 0.44% 0.77% -
HSV(B) 175.29º 0.23% 0.87% -
XYZ 55.57 65.96 76.13 -
YUV 206.3 134.6 102.83 -
System Red Green Blue C M Y K H S L
Decimal 171 222 218 0.23 0 0.02 0.13 175.29 0.44 0.77
Hex AB DE DA 17 0 2 D AF 2C 4D
Octal 253 336 332 27 0 2 15 257 54 115
Binary 10101011 11011110 11011010 10111 0 10 1101 10101111 101100 1001101

Color Harmonies of #ABDEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDEDA

Black with #ABDEDA

Text Example


Text Example

White with #ABDEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDEDA; }

 p { color: rgb(171,222,218); }

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

background-color css

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

 a { background-color: rgb(171,222,218); }

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

border-color css

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

 span { border-color: rgb(171,222,218); }

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