#ABDDD3

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

Shades of Scandal #ABDDD3

Tints of Scandal #ABDDD3

Color information

#ABDDD3 (or 0xABDDD3) is unknown color: approx Scandal. HEX triplet: AB, DD and D3. RGB value is (171,221,211). Sum of RGB (Red+Green+Blue) = 171+221+211=603 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.36% from 603); Green value is 221 (86.72% from 255 or 36.65% from 603); Blue value is 211 (82.81% from 255 or 34.99% from 603); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDDD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDDD3 is #54222C. Grayscale: #CCCCCC. Windows color (decimal): -5513773 or 13884843. OLE color: 13884843.

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

Color convert

RGB171221211-
CMYK0.2300.050.13
HSL168º42.37%76.86%-
HSV(B)168º22.62%86.67%-
XYZ54.4165.0771.32-
YUV204.91131.44103.81-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.36%
GREEN value IS 221 (86.72% from 255) = 36.65%
BLUE value IS 211 (82.81% from 255) = 34.99%
R=28.36%
G=36.65%
B=34.99%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1712212110.2300.050.1316842.3776.86
HexABDDD31705Da82a4d
Octal25333532327051525052115
Binary1010101111011101110100111011101011101101010001010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDDD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDDD3; }

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

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

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

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

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

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

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

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