Html Css Color HEX #A7DED5 Scandal

📋 copy color: '#A7DED5'

red 167 ◦ green 222 ◦ blue 213

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

Shades of Scandal #A7DED5

Tints of Scandal #A7DED5

RGB

 RED value IS 167 (65.63% from 255) = 27.74%

 GREEN value IS 222 (87.11% from 255) = 36.88%

 BLUE value IS 213 (83.59% from 255) = 35.38%

R = 27.74%
G = 36.88%
B = 35.38%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#A7DED5 (or 0xA7DED5) is known color: Scandal. HEX triplet: A7, DE and D5. RGB value is (167,222,213). Sum of RGB (Red+Green+Blue) = 167+222+213=602 (79% of max value = 765). Red value is 167 (65.62% from 255 or 27.74% from 602); Green value is 222 (87.11% from 255 or 36.88% from 602); Blue value is 213 (83.59% from 255 or 35.38% from 602); Max value from RGB is 222 - color contains mainly: green. Hex color #A7DED5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7DED5 is #58212A. Grayscale: #CCCCCC. Windows color (decimal): -5775659 or 14016167. OLE color: 14016167.

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

Color convert

RGB 167 222 213 -
CMYK 0.25 0 0.04 0.13
HSL 170.18º 0.45% 0.76% -
HSV(B) 170.18º 0.25% 0.87% -
XYZ 54.07 65.26 72.7 -
YUV 204.53 132.78 101.23 -
System Red Green Blue C M Y K H S L
Decimal 167 222 213 0.25 0 0.04 0.13 170.18 0.45 0.76
Hex A7 DE D5 19 0 4 D AA 2D 4C
Octal 247 336 325 31 0 4 15 252 55 114
Binary 10100111 11011110 11010101 11001 0 100 1101 10101010 101101 1001100

Color Harmonies of #A7DED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7DED5

Black with #A7DED5

Text Example


Text Example

White with #A7DED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7DED5; }

 p { color: rgb(167,222,213); }

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

background-color css

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

 a { background-color: rgb(167,222,213); }

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

border-color css

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

 span { border-color: rgb(167,222,213); }

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