#a8ddcd

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

Shades of Scandal #A8DDCD

Tints of Scandal #A8DDCD

Color information

#A8DDCD (or 0xA8DDCD) is unknown color: approx Scandal. HEX triplet: A8, DD and CD. RGB value is (168,221,205). Sum of RGB (Red+Green+Blue) = 168+221+205=594 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.28% from 594); Green value is 221 (86.72% from 255 or 37.21% from 594); Blue value is 205 (80.47% from 255 or 34.51% from 594); Max value from RGB is 221 - color contains mainly: green. Hex color #A8DDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DDCD is #572232. Grayscale: #CBCBCB. Windows color (decimal): -5710387 or 13491624. OLE color: 13491624.

HSL color Cylindrical-coordinate representation of color #A8DDCD: hue angle of 161.89º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A8DDCD is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB168221205-
CMYK0.2400.070.13
HSL161.89º43.8%76.27%-
HSV(B)161.89º23.98%86.67%-
XYZ53.0264.4567.4-
YUV203.33128.94102.8-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.28%
GREEN value IS 221 (86.72% from 255) = 37.21%
BLUE value IS 205 (80.47% from 255) = 34.51%
R=28.28%
G=37.21%
B=34.51%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1682212050.2400.070.13161.8943.876.27
HexA8DDCD1807Da22c4c
Octal25033531530071524254114
Binary1010100011011101110011011100001111101101000101011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a8ddcd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a8ddcd; }

 p { color: rgb(168,221,205); }

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

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

 a { background-color: rgb(168,221,205); }

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

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

 span { border-color: rgb(168,221,205); }

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