Html Css Color HEX #A8E0D7 Scandal

📋 copy color: '#A8E0D7'

red 168 ◦ green 224 ◦ blue 215

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

Shades of Scandal #A8E0D7

Tints of Scandal #A8E0D7

RGB

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

 GREEN value IS 224 (87.89% from 255) = 36.9%

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

R = 27.68%
G = 36.9%
B = 35.42%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#A8E0D7 (or 0xA8E0D7) is known color: Scandal. HEX triplet: A8, E0 and D7. RGB value is (168,224,215). Sum of RGB (Red+Green+Blue) = 168+224+215=607 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.68% from 607); Green value is 224 (87.89% from 255 or 36.90% from 607); Blue value is 215 (84.38% from 255 or 35.42% from 607); Max value from RGB is 224 - color contains mainly: green. Hex color #A8E0D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8E0D7 is #571F28. Grayscale: #CECECE. Windows color (decimal): -5709609 or 14147752. OLE color: 14147752.

HSL color Cylindrical-coordinate representation of color #A8E0D7: hue angle of 170.36º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A8E0D7 is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB 168 224 215 -
CMYK 0.25 0 0.04 0.12
HSL 170.36º 0.47% 0.77% -
HSV(B) 170.36º 0.25% 0.88% -
XYZ 55.07 66.54 74.23 -
YUV 206.23 132.95 100.73 -
System Red Green Blue C M Y K H S L
Decimal 168 224 215 0.25 0 0.04 0.12 170.36 0.47 0.77
Hex A8 E0 D7 19 0 4 C AA 2F 4D
Octal 250 340 327 31 0 4 14 252 57 115
Binary 10101000 11100000 11010111 11001 0 100 1100 10101010 101111 1001101

Color Harmonies of #A8E0D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E0D7

Black with #A8E0D7

Text Example


Text Example

White with #A8E0D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E0D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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