Html Css Color HEX #A7DDD0 Scandal

📋 copy color: '#A7DDD0'

red 167 ◦ green 221 ◦ blue 208

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

Shades of Scandal #A7DDD0

Tints of Scandal #A7DDD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 34.9%

R = 28.02%
G = 37.08%
B = 34.9%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#A7DDD0 (or 0xA7DDD0) is known color: Scandal. HEX triplet: A7, DD and D0. RGB value is (167,221,208). Sum of RGB (Red+Green+Blue) = 167+221+208=596 (78% of max value = 765). Red value is 167 (65.62% from 255 or 28.02% from 596); Green value is 221 (86.72% from 255 or 37.08% from 596); Blue value is 208 (81.64% from 255 or 34.90% from 596); Max value from RGB is 221 - color contains mainly: green. Hex color #A7DDD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7DDD0 is #58222F. Grayscale: #CBCBCB. Windows color (decimal): -5775920 or 13688231. OLE color: 13688231.

HSL color Cylindrical-coordinate representation of color #A7DDD0: hue angle of 165.56º 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 #A7DDD0 is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB 167 221 208 -
CMYK 0.24 0 0.06 0.13
HSL 165.56º 0.44% 0.76% -
HSV(B) 165.56º 0.24% 0.87% -
XYZ 53.18 64.48 69.32 -
YUV 203.37 130.61 102.06 -
System Red Green Blue C M Y K H S L
Decimal 167 221 208 0.24 0 0.06 0.13 165.56 0.44 0.76
Hex A7 DD D0 18 0 6 D A6 2C 4C
Octal 247 335 320 30 0 6 15 246 54 114
Binary 10100111 11011101 11010000 11000 0 110 1101 10100110 101100 1001100

Color Harmonies of #A7DDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7DDD0

Black with #A7DDD0

Text Example


Text Example

White with #A7DDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7DDD0; }

 p { color: rgb(167,221,208); }

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

background-color css

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

 a { background-color: rgb(167,221,208); }

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

border-color css

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

 span { border-color: rgb(167,221,208); }

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