Html Css Color HEX #AFDAD3 Scandal

📋 copy color: '#AFDAD3'

red 175 ◦ green 218 ◦ blue 211

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

Shades of Scandal #AFDAD3

Tints of Scandal #AFDAD3

RGB

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

 GREEN value IS 218 (85.55% from 255) = 36.09%

 BLUE value IS 211 (82.81% from 255) = 34.93%

R = 28.97%
G = 36.09%
B = 34.93%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#AFDAD3 (or 0xAFDAD3) is known color: Scandal. HEX triplet: AF, DA and D3. RGB value is (175,218,211). Sum of RGB (Red+Green+Blue) = 175+218+211=604 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.97% from 604); Green value is 218 (85.55% from 255 or 36.09% from 604); Blue value is 211 (82.81% from 255 or 34.93% from 604); Max value from RGB is 218 - color contains mainly: green. Hex color #AFDAD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDAD3 is #50252C. Grayscale: #CCCCCC. Windows color (decimal): -5252397 or 13884079. OLE color: 13884079.

HSL color Cylindrical-coordinate representation of color #AFDAD3: hue angle of 170.23º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFDAD3 is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 218 211 -
CMYK 0.20 0 0.03 0.15
HSL 170.23º 0.37% 0.77% -
HSV(B) 170.23º 0.2% 0.85% -
XYZ 54.51 63.96 71.1 -
YUV 204.35 131.75 107.07 -
System Red Green Blue C M Y K H S L
Decimal 175 218 211 0.20 0 0.03 0.15 170.23 0.37 0.77
Hex AF DA D3 14 0 3 F AA 25 4D
Octal 257 332 323 24 0 3 17 252 45 115
Binary 10101111 11011010 11010011 10100 0 11 1111 10101010 100101 1001101

Color Harmonies of #AFDAD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDAD3

Black with #AFDAD3

Text Example


Text Example

White with #AFDAD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDAD3; }

 p { color: rgb(175,218,211); }

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

background-color css

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

 a { background-color: rgb(175,218,211); }

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

border-color css

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

 span { border-color: rgb(175,218,211); }

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