#A8D9CD

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

Shades of Scandal #A8D9CD

Tints of Scandal #A8D9CD

Color information

#A8D9CD (or 0xA8D9CD) is unknown color: approx Scandal. HEX triplet: A8, D9 and CD. RGB value is (168,217,205). Sum of RGB (Red+Green+Blue) = 168+217+205=590 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.47% from 590); Green value is 217 (85.16% from 255 or 36.78% from 590); Blue value is 205 (80.47% from 255 or 34.75% from 590); Max value from RGB is 217 - color contains mainly: green. Hex color #A8D9CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D9CD is #572632. Grayscale: #C8C8C8. Windows color (decimal): -5711411 or 13490600. OLE color: 13490600.

HSL color Cylindrical-coordinate representation of color #A8D9CD: hue angle of 165.31º degrees, saturation: 0.39, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A8D9CD is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB168217205-
CMYK0.2300.060.15
HSL165.31º39.2%75.49%-
HSV(B)165.31º22.58%85.1%-
XYZ51.9862.3667.05-
YUV200.98130.27104.48-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.47%
GREEN value IS 217 (85.16% from 255) = 36.78%
BLUE value IS 205 (80.47% from 255) = 34.75%
R=28.47%
G=36.78%
B=34.75%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1682172050.2300.060.15165.3139.275.49
HexA8D9CD1706Fa5274b
Octal25033131527061724547113
Binary1010100011011001110011011011101101111101001011001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D9CD; }

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

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

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

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

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

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

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

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