Html Css Color HEX #A8DACC Scandal

📋 copy color: '#A8DACC'

red 168 ◦ green 218 ◦ blue 204

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

Shades of Scandal #A8DACC

Tints of Scandal #A8DACC

RGB

 RED value IS 168 (66.02% from 255) = 28.47%

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

 BLUE value IS 204 (80.08% from 255) = 34.58%

R = 28.47%
G = 36.95%
B = 34.58%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#A8DACC (or 0xA8DACC) is known color: Scandal. HEX triplet: A8, DA and CC. RGB value is (168,218,204). Sum of RGB (Red+Green+Blue) = 168+218+204=590 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.47% from 590); Green value is 218 (85.55% from 255 or 36.95% from 590); Blue value is 204 (80.08% from 255 or 34.58% from 590); Max value from RGB is 218 - color contains mainly: green. Hex color #A8DACC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DACC is #572533. Grayscale: #C9C9C9. Windows color (decimal): -5711156 or 13425320. OLE color: 13425320.

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

Color convert

RGB 168 218 204 -
CMYK 0.23 0 0.06 0.15
HSL 163.2º 0.4% 0.76% -
HSV(B) 163.2º 0.23% 0.85% -
XYZ 52.12 62.83 66.51 -
YUV 201.45 129.44 104.14 -
System Red Green Blue C M Y K H S L
Decimal 168 218 204 0.23 0 0.06 0.15 163.2 0.4 0.76
Hex A8 DA CC 17 0 6 F A3 28 4C
Octal 250 332 314 27 0 6 17 243 50 114
Binary 10101000 11011010 11001100 10111 0 110 1111 10100011 101000 1001100

Color Harmonies of #A8DACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DACC

Black with #A8DACC

Text Example


Text Example

White with #A8DACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DACC; }

 p { color: rgb(168,218,204); }

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

background-color css

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

 a { background-color: rgb(168,218,204); }

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

border-color css

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

 span { border-color: rgb(168,218,204); }

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