Html Css Color HEX #AFD7D4 Scandal

📋 copy color: '#AFD7D4'

red 175 ◦ green 215 ◦ blue 212

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

Shades of Scandal #AFD7D4

Tints of Scandal #AFD7D4

RGB

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

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

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

R = 29.07%
G = 35.71%
B = 35.22%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#AFD7D4 (or 0xAFD7D4) is known color: Scandal. HEX triplet: AF, D7 and D4. RGB value is (175,215,212). Sum of RGB (Red+Green+Blue) = 175+215+212=602 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.07% from 602); Green value is 215 (84.38% from 255 or 35.71% from 602); Blue value is 212 (83.20% from 255 or 35.22% from 602); Max value from RGB is 215 - color contains mainly: green. Hex color #AFD7D4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD7D4 is #50282B. Grayscale: #CACACA. Windows color (decimal): -5253164 or 13948847. OLE color: 13948847.

HSL color Cylindrical-coordinate representation of color #AFD7D4: hue angle of 175.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 #AFD7D4 is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 215 212 -
CMYK 0.19 0 0.01 0.16
HSL 175.5º 0.33% 0.76% -
HSV(B) 175.5º 0.19% 0.84% -
XYZ 53.86 62.47 71.51 -
YUV 202.7 133.25 108.24 -
System Red Green Blue C M Y K H S L
Decimal 175 215 212 0.19 0 0.01 0.16 175.5 0.33 0.76
Hex AF D7 D4 13 0 1 10 B0 21 4C
Octal 257 327 324 23 0 1 20 260 41 114
Binary 10101111 11010111 11010100 10011 0 1 10000 10110000 100001 1001100

Color Harmonies of #AFD7D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD7D4

Black with #AFD7D4

Text Example


Text Example

White with #AFD7D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD7D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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