Html Css Color HEX #A4DACD Scandal

📋 copy color: '#A4DACD'

red 164 ◦ green 218 ◦ blue 205

#A4DACD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scandal #A4DACD

Tints of Scandal #A4DACD

RGB

 RED value IS 164 (64.45% from 255) = 27.94%

 GREEN value IS 218 (85.55% from 255) = 37.14%

 BLUE value IS 205 (80.47% from 255) = 34.92%

R = 27.94%
G = 37.14%
B = 34.92%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#A4DACD (or 0xA4DACD) is known color: Scandal. HEX triplet: A4, DA and CD. RGB value is (164,218,205). Sum of RGB (Red+Green+Blue) = 164+218+205=587 (77% of max value = 765). Red value is 164 (64.45% from 255 or 27.94% from 587); Green value is 218 (85.55% from 255 or 37.14% from 587); Blue value is 205 (80.47% from 255 or 34.92% from 587); Max value from RGB is 218 - color contains mainly: green. Hex color #A4DACD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DACD is #5B2532. Grayscale: #C8C8C8. Windows color (decimal): -5973299 or 13490852. OLE color: 13490852.

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

Color convert

RGB 164 218 205 -
CMYK 0.25 0 0.06 0.15
HSL 165.56º 0.42% 0.75% -
HSV(B) 165.56º 0.25% 0.85% -
XYZ 51.4 62.44 67.1 -
YUV 200.37 130.61 102.06 -
System Red Green Blue C M Y K H S L
Decimal 164 218 205 0.25 0 0.06 0.15 165.56 0.42 0.75
Hex A4 DA CD 19 0 6 F A6 2A 4B
Octal 244 332 315 31 0 6 17 246 52 113
Binary 10100100 11011010 11001101 11001 0 110 1111 10100110 101010 1001011

Color Harmonies of #A4DACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DACD

Black with #A4DACD

Text Example


Text Example

White with #A4DACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DACD; }

 p { color: rgb(164,218,205); }

 H1.HeaderClassName
 {
   color: #A4DACD;
 }
 .AnyTagClassName
 {
   color: #A4DACD;
 }
</style>

background-color css

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

 a { background-color: rgb(164,218,205); }

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

border-color css

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

 span { border-color: rgb(164,218,205); }

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