Html Css Color HEX #AFDFD9 Scandal

📋 copy color: '#AFDFD9'

red 175 ◦ green 223 ◦ blue 217

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

Shades of Scandal #AFDFD9

Tints of Scandal #AFDFD9

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.26%

 BLUE value IS 217 (85.16% from 255) = 35.28%

R = 28.46%
G = 36.26%
B = 35.28%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#AFDFD9 (or 0xAFDFD9) is known color: Scandal. HEX triplet: AF, DF and D9. RGB value is (175,223,217). Sum of RGB (Red+Green+Blue) = 175+223+217=615 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.46% from 615); Green value is 223 (87.5% from 255 or 36.26% from 615); Blue value is 217 (85.16% from 255 or 35.28% from 615); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDFD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDFD9 is #502026. Grayscale: #CFCFCF. Windows color (decimal): -5251111 or 14278575. OLE color: 14278575.

HSL color Cylindrical-coordinate representation of color #AFDFD9: hue angle of 172.5º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFDFD9 is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 223 217 -
CMYK 0.22 0 0.03 0.13
HSL 172.5º 0.43% 0.78% -
HSV(B) 172.5º 0.22% 0.87% -
XYZ 56.59 66.9 75.58 -
YUV 207.96 133.1 104.49 -
System Red Green Blue C M Y K H S L
Decimal 175 223 217 0.22 0 0.03 0.13 172.5 0.43 0.78
Hex AF DF D9 16 0 3 D AC 2B 4E
Octal 257 337 331 26 0 3 15 254 53 116
Binary 10101111 11011111 11011001 10110 0 11 1101 10101100 101011 1001110

Color Harmonies of #AFDFD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDFD9

Black with #AFDFD9

Text Example


Text Example

White with #AFDFD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDFD9; }

 p { color: rgb(175,223,217); }

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

background-color css

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

 a { background-color: rgb(175,223,217); }

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

border-color css

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

 span { border-color: rgb(175,223,217); }

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