Html Css Color HEX #AFD7D0 Scandal

📋 copy color: '#AFD7D0'

red 175 ◦ green 215 ◦ blue 208

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

Shades of Scandal #AFD7D0

Tints of Scandal #AFD7D0

RGB

 RED value IS 175 (68.75% from 255) = 29.26%

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

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

R = 29.26%
G = 35.95%
B = 34.78%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#AFD7D0 (or 0xAFD7D0) is known color: Scandal. HEX triplet: AF, D7 and D0. RGB value is (175,215,208). Sum of RGB (Red+Green+Blue) = 175+215+208=598 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.26% from 598); Green value is 215 (84.38% from 255 or 35.95% from 598); Blue value is 208 (81.64% from 255 or 34.78% from 598); Max value from RGB is 215 - color contains mainly: green. Hex color #AFD7D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD7D0 is #50282F. Grayscale: #CACACA. Windows color (decimal): -5253168 or 13686703. OLE color: 13686703.

HSL color Cylindrical-coordinate representation of color #AFD7D0: hue angle of 169.5º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AFD7D0 is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 215 208 -
CMYK 0.19 0 0.03 0.16
HSL 169.5º 0.33% 0.76% -
HSV(B) 169.5º 0.19% 0.84% -
XYZ 53.36 62.27 68.88 -
YUV 202.24 131.25 108.57 -
System Red Green Blue C M Y K H S L
Decimal 175 215 208 0.19 0 0.03 0.16 169.5 0.33 0.76
Hex AF D7 D0 13 0 3 10 AA 21 4C
Octal 257 327 320 23 0 3 20 252 41 114
Binary 10101111 11010111 11010000 10011 0 11 10000 10101010 100001 1001100

Color Harmonies of #AFD7D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD7D0

Black with #AFD7D0

Text Example


Text Example

White with #AFD7D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD7D0; }

 p { color: rgb(175,215,208); }

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

background-color css

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

 a { background-color: rgb(175,215,208); }

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

border-color css

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

 span { border-color: rgb(175,215,208); }

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