Html Css Color HEX #A8DDD7 Scandal

📋 copy color: '#A8DDD7'

red 168 ◦ green 221 ◦ blue 215

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

Shades of Scandal #A8DDD7

Tints of Scandal #A8DDD7

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.59%

 BLUE value IS 215 (84.38% from 255) = 35.6%

R = 27.81%
G = 36.59%
B = 35.6%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#A8DDD7 (or 0xA8DDD7) is known color: Scandal. HEX triplet: A8, DD and D7. RGB value is (168,221,215). Sum of RGB (Red+Green+Blue) = 168+221+215=604 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.81% from 604); Green value is 221 (86.72% from 255 or 36.59% from 604); Blue value is 215 (84.38% from 255 or 35.60% from 604); Max value from RGB is 221 - color contains mainly: green. Hex color #A8DDD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DDD7 is #572228. Grayscale: #CCCCCC. Windows color (decimal): -5710377 or 14146984. OLE color: 14146984.

HSL color Cylindrical-coordinate representation of color #A8DDD7: hue angle of 173.21º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A8DDD7 is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 221 215 -
CMYK 0.24 0 0.03 0.13
HSL 173.21º 0.44% 0.76% -
HSV(B) 173.21º 0.24% 0.87% -
XYZ 54.27 64.94 73.97 -
YUV 204.47 133.94 101.99 -
System Red Green Blue C M Y K H S L
Decimal 168 221 215 0.24 0 0.03 0.13 173.21 0.44 0.76
Hex A8 DD D7 18 0 3 D AD 2C 4C
Octal 250 335 327 30 0 3 15 255 54 114
Binary 10101000 11011101 11010111 11000 0 11 1101 10101101 101100 1001100

Color Harmonies of #A8DDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DDD7

Black with #A8DDD7

Text Example


Text Example

White with #A8DDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DDD7; }

 p { color: rgb(168,221,215); }

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

background-color css

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

 a { background-color: rgb(168,221,215); }

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

border-color css

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

 span { border-color: rgb(168,221,215); }

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