#A4DDCF

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

Shades of Scandal #A4DDCF

Tints of Scandal #A4DDCF

Color information

#A4DDCF (or 0xA4DDCF) is unknown color: approx Scandal. HEX triplet: A4, DD and CF. RGB value is (164,221,207). Sum of RGB (Red+Green+Blue) = 164+221+207=592 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.70% from 592); Green value is 221 (86.72% from 255 or 37.33% from 592); Blue value is 207 (81.25% from 255 or 34.97% from 592); Max value from RGB is 221 - color contains mainly: green. Hex color #A4DDCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DDCF is #5B2230. Grayscale: #CACACA. Windows color (decimal): -5972529 or 13622692. OLE color: 13622692.

HSL color Cylindrical-coordinate representation of color #A4DDCF: hue angle of 165.26º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A4DDCF is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB164221207-
CMYK0.2600.060.13
HSL165.26º45.6%75.49%-
HSV(B)165.26º25.79%86.67%-
XYZ52.4364.1168.64-
YUV202.36130.62100.64-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.70%
GREEN value IS 221 (86.72% from 255) = 37.33%
BLUE value IS 207 (81.25% from 255) = 34.97%
R=27.70%
G=37.33%
B=34.97%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1642212070.2600.060.13165.2645.675.49
HexA4DDCF1A06Da52e4b
Octal24433531732061524556113
Binary1010010011011101110011111101001101101101001011011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DDCF; }

 p { color: rgb(164,221,207); }

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

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

 a { background-color: rgb(164,221,207); }

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

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

 span { border-color: rgb(164,221,207); }

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