Html Css Color HEX #ABDEDB Scandal

📋 copy color: '#ABDEDB'

red 171 ◦ green 222 ◦ blue 219

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

Shades of Scandal #ABDEDB

Tints of Scandal #ABDEDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 35.78%

R = 27.94%
G = 36.27%
B = 35.78%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#ABDEDB (or 0xABDEDB) is known color: Scandal. HEX triplet: AB, DE and DB. RGB value is (171,222,219). Sum of RGB (Red+Green+Blue) = 171+222+219=612 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.94% from 612); Green value is 222 (87.11% from 255 or 36.27% from 612); Blue value is 219 (85.94% from 255 or 35.78% from 612); Max value from RGB is 222 - color contains mainly: green. Hex color #ABDEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDEDB is #542124. Grayscale: #CECECE. Windows color (decimal): -5513509 or 14409387. OLE color: 14409387.

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

Color convert

RGB 171 222 219 -
CMYK 0.23 0 0.01 0.13
HSL 176.47º 0.44% 0.77% -
HSV(B) 176.47º 0.23% 0.87% -
XYZ 55.7 66.01 76.82 -
YUV 206.41 135.1 102.74 -
System Red Green Blue C M Y K H S L
Decimal 171 222 219 0.23 0 0.01 0.13 176.47 0.44 0.77
Hex AB DE DB 17 0 1 D B0 2C 4D
Octal 253 336 333 27 0 1 15 260 54 115
Binary 10101011 11011110 11011011 10111 0 1 1101 10110000 101100 1001101

Color Harmonies of #ABDEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDEDB

Black with #ABDEDB

Text Example


Text Example

White with #ABDEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDEDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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