Html Css Color HEX #A7DCD3 Scandal

📋 copy color: '#A7DCD3'

red 167 ◦ green 220 ◦ blue 211

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

Shades of Scandal #A7DCD3

Tints of Scandal #A7DCD3

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.79%

 BLUE value IS 211 (82.81% from 255) = 35.28%

R = 27.93%
G = 36.79%
B = 35.28%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#A7DCD3 (or 0xA7DCD3) is known color: Scandal. HEX triplet: A7, DC and D3. RGB value is (167,220,211). Sum of RGB (Red+Green+Blue) = 167+220+211=598 (79% of max value = 765). Red value is 167 (65.62% from 255 or 27.93% from 598); Green value is 220 (86.33% from 255 or 36.79% from 598); Blue value is 211 (82.81% from 255 or 35.28% from 598); Max value from RGB is 220 - color contains mainly: green. Hex color #A7DCD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7DCD3 is #58232C. Grayscale: #CBCBCB. Windows color (decimal): -5776173 or 13884583. OLE color: 13884583.

HSL color Cylindrical-coordinate representation of color #A7DCD3: hue angle of 169.81º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A7DCD3 is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.

Color convert

RGB 167 220 211 -
CMYK 0.24 0 0.04 0.14
HSL 169.81º 0.43% 0.76% -
HSV(B) 169.81º 0.24% 0.86% -
XYZ 53.29 64.11 71.19 -
YUV 203.13 132.44 102.23 -
System Red Green Blue C M Y K H S L
Decimal 167 220 211 0.24 0 0.04 0.14 169.81 0.43 0.76
Hex A7 DC D3 18 0 4 E AA 2B 4C
Octal 247 334 323 30 0 4 16 252 53 114
Binary 10100111 11011100 11010011 11000 0 100 1110 10101010 101011 1001100

Color Harmonies of #A7DCD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7DCD3

Black with #A7DCD3

Text Example


Text Example

White with #A7DCD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7DCD3; }

 p { color: rgb(167,220,211); }

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

background-color css

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

 a { background-color: rgb(167,220,211); }

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

border-color css

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

 span { border-color: rgb(167,220,211); }

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