Html Css Color HEX #A7D7CE Scandal

📋 copy color: '#A7D7CE'

red 167 ◦ green 215 ◦ blue 206

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

Shades of Scandal #A7D7CE

Tints of Scandal #A7D7CE

RGB

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

 GREEN value IS 215 (84.38% from 255) = 36.56%

 BLUE value IS 206 (80.86% from 255) = 35.03%

R = 28.4%
G = 36.56%
B = 35.03%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#A7D7CE (or 0xA7D7CE) is known color: Scandal. HEX triplet: A7, D7 and CE. RGB value is (167,215,206). Sum of RGB (Red+Green+Blue) = 167+215+206=588 (77% of max value = 765). Red value is 167 (65.62% from 255 or 28.40% from 588); Green value is 215 (84.38% from 255 or 36.56% from 588); Blue value is 206 (80.86% from 255 or 35.03% from 588); Max value from RGB is 215 - color contains mainly: green. Hex color #A7D7CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7D7CE is #582831. Grayscale: #C7C7C7. Windows color (decimal): -5777458 or 13555623. OLE color: 13555623.

HSL color Cylindrical-coordinate representation of color #A7D7CE: hue angle of 168.75º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A7D7CE is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 167 215 206 -
CMYK 0.22 0 0.04 0.16
HSL 168.75º 0.38% 0.75% -
HSV(B) 168.75º 0.22% 0.84% -
XYZ 51.38 61.27 67.51 -
YUV 199.62 131.6 104.73 -
System Red Green Blue C M Y K H S L
Decimal 167 215 206 0.22 0 0.04 0.16 168.75 0.38 0.75
Hex A7 D7 CE 16 0 4 10 A9 26 4B
Octal 247 327 316 26 0 4 20 251 46 113
Binary 10100111 11010111 11001110 10110 0 100 10000 10101001 100110 1001011

Color Harmonies of #A7D7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7D7CE

Black with #A7D7CE

Text Example


Text Example

White with #A7D7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7D7CE; }

 p { color: rgb(167,215,206); }

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

background-color css

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

 a { background-color: rgb(167,215,206); }

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

border-color css

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

 span { border-color: rgb(167,215,206); }

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