#ABDDCE

Color #ABDDCE Scandal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scandal #ABDDCE

Tints of Scandal #ABDDCE

Color information

#ABDDCE (or 0xABDDCE) is unknown color: approx Scandal. HEX triplet: AB, DD and CE. RGB value is (171,221,206). Sum of RGB (Red+Green+Blue) = 171+221+206=598 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.60% from 598); Green value is 221 (86.72% from 255 or 36.96% from 598); Blue value is 206 (80.86% from 255 or 34.45% from 598); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDDCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDDCE is #542231. Grayscale: #CCCCCC. Windows color (decimal): -5513778 or 13557163. OLE color: 13557163.

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

Color convert

RGB171221206-
CMYK0.2300.070.13
HSL162º42.37%76.86%-
HSV(B)162º22.62%86.67%-
XYZ53.7964.8368.07-
YUV204.34128.94104.22-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.60%
GREEN value IS 221 (86.72% from 255) = 36.96%
BLUE value IS 206 (80.86% from 255) = 34.45%
R=28.60%
G=36.96%
B=34.45%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1712212060.2300.070.1316242.3776.86
HexABDDCE1707Da22a4d
Octal25333531627071524252115
Binary1010101111011101110011101011101111101101000101010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDDCE; }

 p { color: rgb(171,221,206); }

 H1.HeaderClassName
 {
   color: #ABDDCE;
 }
 .AnyTagClassName
 {
   color: #ABDDCE;
 }
</style>
background-color css

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

 a { background-color: rgb(171,221,206); }

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

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

 span { border-color: rgb(171,221,206); }

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