Html Css Color HEX #A7DCD4 Scandal

📋 copy color: '#A7DCD4'

red 167 ◦ green 220 ◦ blue 212

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

Shades of Scandal #A7DCD4

Tints of Scandal #A7DCD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 35.39%

R = 27.88%
G = 36.73%
B = 35.39%

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

#A7DCD4 (or 0xA7DCD4) is known color: Scandal. HEX triplet: A7, DC and D4. RGB value is (167,220,212). Sum of RGB (Red+Green+Blue) = 167+220+212=599 (79% of max value = 765). Red value is 167 (65.62% from 255 or 27.88% from 599); Green value is 220 (86.33% from 255 or 36.73% from 599); Blue value is 212 (83.20% from 255 or 35.39% from 599); Max value from RGB is 220 - color contains mainly: green. Hex color #A7DCD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7DCD4 is #58232B. Grayscale: #CBCBCB. Windows color (decimal): -5776172 or 13950119. OLE color: 13950119.

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

Color convert

RGB 167 220 212 -
CMYK 0.24 0 0.04 0.14
HSL 170.94º 0.43% 0.76% -
HSV(B) 170.94º 0.24% 0.86% -
XYZ 53.41 64.16 71.86 -
YUV 203.24 132.94 102.15 -
System Red Green Blue C M Y K H S L
Decimal 167 220 212 0.24 0 0.04 0.14 170.94 0.43 0.76
Hex A7 DC D4 18 0 4 E AB 2B 4C
Octal 247 334 324 30 0 4 16 253 53 114
Binary 10100111 11011100 11010100 11000 0 100 1110 10101011 101011 1001100

Color Harmonies of #A7DCD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7DCD4

Black with #A7DCD4

Text Example


Text Example

White with #A7DCD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7DCD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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