Html Css Color HEX #AFDACD Scandal

📋 copy color: '#AFDACD'

red 175 ◦ green 218 ◦ blue 205

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

Shades of Scandal #AFDACD

Tints of Scandal #AFDACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 34.28%

R = 29.26%
G = 36.45%
B = 34.28%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#AFDACD (or 0xAFDACD) is known color: Scandal. HEX triplet: AF, DA and CD. RGB value is (175,218,205). Sum of RGB (Red+Green+Blue) = 175+218+205=598 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.26% from 598); Green value is 218 (85.55% from 255 or 36.45% from 598); Blue value is 205 (80.47% from 255 or 34.28% from 598); Max value from RGB is 218 - color contains mainly: green. Hex color #AFDACD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDACD is #502532. Grayscale: #CBCBCB. Windows color (decimal): -5252403 or 13490863. OLE color: 13490863.

HSL color Cylindrical-coordinate representation of color #AFDACD: hue angle of 161.86º 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 #AFDACD is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 218 205 -
CMYK 0.20 0 0.06 0.15
HSL 161.86º 0.37% 0.77% -
HSV(B) 161.86º 0.2% 0.85% -
XYZ 53.77 63.66 67.21 -
YUV 203.66 128.75 107.56 -
System Red Green Blue C M Y K H S L
Decimal 175 218 205 0.20 0 0.06 0.15 161.86 0.37 0.77
Hex AF DA CD 14 0 6 F A2 25 4D
Octal 257 332 315 24 0 6 17 242 45 115
Binary 10101111 11011010 11001101 10100 0 110 1111 10100010 100101 1001101

Color Harmonies of #AFDACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDACD

Black with #AFDACD

Text Example


Text Example

White with #AFDACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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