Html Css Color HEX #A4DACA Scandal

📋 copy color: '#A4DACA'

red 164 ◦ green 218 ◦ blue 202

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

Shades of Scandal #A4DACA

Tints of Scandal #A4DACA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 34.59%

R = 28.08%
G = 37.33%
B = 34.59%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#A4DACA (or 0xA4DACA) is known color: Scandal. HEX triplet: A4, DA and CA. RGB value is (164,218,202). Sum of RGB (Red+Green+Blue) = 164+218+202=584 (77% of max value = 765). Red value is 164 (64.45% from 255 or 28.08% from 584); Green value is 218 (85.55% from 255 or 37.33% from 584); Blue value is 202 (79.30% from 255 or 34.59% from 584); Max value from RGB is 218 - color contains mainly: green. Hex color #A4DACA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DACA is #5B2535. Grayscale: #C8C8C8. Windows color (decimal): -5973302 or 13294244. OLE color: 13294244.

HSL color Cylindrical-coordinate representation of color #A4DACA: hue angle of 162.22º 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 #A4DACA is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 164 218 202 -
CMYK 0.25 0 0.07 0.15
HSL 162.22º 0.42% 0.75% -
HSV(B) 162.22º 0.25% 0.85% -
XYZ 51.04 62.3 65.21 -
YUV 200.03 129.11 102.3 -
System Red Green Blue C M Y K H S L
Decimal 164 218 202 0.25 0 0.07 0.15 162.22 0.42 0.75
Hex A4 DA CA 19 0 7 F A2 2A 4B
Octal 244 332 312 31 0 7 17 242 52 113
Binary 10100100 11011010 11001010 11001 0 111 1111 10100010 101010 1001011

Color Harmonies of #A4DACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DACA

Black with #A4DACA

Text Example


Text Example

White with #A4DACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DACA; }

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

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

background-color css

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

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

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

border-color css

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

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

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