Html Css Color HEX #A7DCD2 Scandal

📋 copy color: '#A7DCD2'

red 167 ◦ green 220 ◦ blue 210

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

Shades of Scandal #A7DCD2

Tints of Scandal #A7DCD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 35.18%

R = 27.97%
G = 36.85%
B = 35.18%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#A7DCD2 (or 0xA7DCD2) is known color: Scandal. HEX triplet: A7, DC and D2. RGB value is (167,220,210). Sum of RGB (Red+Green+Blue) = 167+220+210=597 (79% of max value = 765). Red value is 167 (65.62% from 255 or 27.97% from 597); Green value is 220 (86.33% from 255 or 36.85% from 597); Blue value is 210 (82.42% from 255 or 35.18% from 597); Max value from RGB is 220 - color contains mainly: green. Hex color #A7DCD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7DCD2 is #58232D. Grayscale: #CACACA. Windows color (decimal): -5776174 or 13819047. OLE color: 13819047.

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

Color convert

RGB 167 220 210 -
CMYK 0.24 0 0.05 0.14
HSL 168.68º 0.43% 0.76% -
HSV(B) 168.68º 0.24% 0.86% -
XYZ 53.16 64.06 70.53 -
YUV 203.01 131.94 102.31 -
System Red Green Blue C M Y K H S L
Decimal 167 220 210 0.24 0 0.05 0.14 168.68 0.43 0.76
Hex A7 DC D2 18 0 5 E A9 2B 4C
Octal 247 334 322 30 0 5 16 251 53 114
Binary 10100111 11011100 11010010 11000 0 101 1110 10101001 101011 1001100

Color Harmonies of #A7DCD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7DCD2

Black with #A7DCD2

Text Example


Text Example

White with #A7DCD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7DCD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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